X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=core%2Fmodels%2Fupdate_alarm_req.json;h=9760bae5993f1f55310f84729317f95896e49013;hb=HEAD;hp=65188cb3b391d6d3510bfa100022bb909ef4dc51;hpb=1a61c00aae49108b9c8e94caa812aa9800fbf870;p=osm%2FMON.git diff --git a/core/models/update_alarm_req.json b/core/models/update_alarm_req.json deleted file mode 100644 index 65188cb..0000000 --- a/core/models/update_alarm_req.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "schema_version": { "type": "string" }, - "schema_type": { "type": "string" }, - "alarm_update_request": - { - "alarm_uuid": { "type": "string" }, - "correlation_id": { "type": "integer" }, - "vim_type": { "type": "string" }, - "description": { "type": "string" }, - "severity": { "type": "string" }, - "operation": { "type": "string" }, - "threshold_value": { "type": "string" }, - "unit": { "type": "string" }, - "statistic": { "type": "string" } - }, - "required": [ "schema_version", - "scema_type", - "correlation_id", - "alarm_uuid", - "vim_type" ] -}