Adds use of CustomCollector in Prometheus exporter
[osm/MON.git] / osm_mon / test / plugins / CloudWatch / test_schemas / create_alarm / statistic_invalid.json
1 {
2 "schema_version": "1.0",
3 "schema_type": "create_alarm_request",
4 "vim_type": "AWS",
5 "alarm_create_request":
6 {
7 "correlation_id": "SO123",
8 "alarm_name": "CPU_Utilization_Above_Threshold2",
9 "resource_uuid": "i-098da78cbd8304e17",
10 "description": "",
11 "severity": "Critical",
12 "operation": "GE",
13 "threshold_value": 1.5,
14 "unit": "",
15 "metric_name": "CPU_UTILIZATION",
16 "statistic": "MAX"
17 }
18 }