X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fupdate_alarm_req.json;h=f71766fc3230a0338309b812d82160df33074a0f;hb=6418f698822467c91e6685647297f3f606e00809;hp=ab5c3121f77100f6f000cc5eecae1ed206b499a4;hpb=c8116ba4f5dd9bfa432329bdb0b50625ad08130b;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 ab5c312..f71766f 100644 --- a/osm_mon/core/models/update_alarm_req.json +++ b/osm_mon/core/models/update_alarm_req.json @@ -22,22 +22,23 @@ { "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, - "vim_type": { "type": "string" }, - "vim_uuid": { "type": "string" }, "alarm_update_request": - { +{ "correlation_id": { "type": "integer" }, + "vim_uuid": { "type": "string" }, "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", + "schema_type", "vim_type", "vim_uuid", "correlation_id",