X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=test%2FCloudWatch%2Ftest_schemas%2Fupdate_alarm%2Fname_invalid.json;fp=test%2FCloudWatch%2Ftest_schemas%2Fupdate_alarm%2Fname_invalid.json;h=fe171e48f7c34ec05f5b560ad9f875d39a4a3b93;hb=9eb50a72642696e65db5d5e20748d0078f8556e9;hp=0000000000000000000000000000000000000000;hpb=86769bfa8a962da147bed908c3c8371a9b2dd555;p=osm%2FMON.git diff --git a/test/CloudWatch/test_schemas/update_alarm/name_invalid.json b/test/CloudWatch/test_schemas/update_alarm/name_invalid.json new file mode 100644 index 0000000..fe171e4 --- /dev/null +++ b/test/CloudWatch/test_schemas/update_alarm/name_invalid.json @@ -0,0 +1,17 @@ +{ +"schema_version": "1.0", +"schema_type": "update_alarm_request", +"vim_type": "AWS", +"alarm_update_request": +{ +"correlation_id": "SO123", +"alarm_uuid": "CPU_Utilization_Above_Threshold_i-098da78cbd8304e13", +"description": "", +"severity": "Critical", +"operation": "LE", +"threshold_value": 1.5, +"unit": "", +"metric_name": "CPU_UTILIZATION", +"statistic": "MAXIMUM" +} +} \ No newline at end of file