X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fupdate_alarm_req.json;h=9760bae5993f1f55310f84729317f95896e49013;hb=3729638a9d26e07d551cf4ad7ac92c553e64cc6d;hp=2f19a358dff3776d48d88c3378d58dc9ffb04666;hpb=c7397b95dbaeebd7d872779eec809daed9e487cc;p=osm%2FMON.git diff --git a/osm_mon/core/models/update_alarm_req.json b/osm_mon/core/models/update_alarm_req.json index 2f19a35..9760bae 100644 --- a/osm_mon/core/models/update_alarm_req.json +++ b/osm_mon/core/models/update_alarm_req.json @@ -22,23 +22,26 @@ { "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, - "vim_type": { "type": "string" }, "alarm_update_request": - { +{ "correlation_id": { "type": "integer" }, "alarm_uuid": { "type": "string" }, - "metric_uuid": { "type": "string" }, + "metric_name": { "type": "string" }, + "ns_id": { "type": "string"}, + "vnf_member_index": { "type": "integer"}, + "vdu_name": { "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", - "vim_type", + "schema_type", "correlation_id", "alarm_uuid", - "metric_uuid" ] + "metric_uuid", + "ns_id", + "vdu_name", + "vnf_member_index"] }