X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Flist_alarm_req.json;h=a856374574a0d97832a485fdac92aed90dcf81a6;hb=refs%2Fheads%2Ffeature7928;hp=7dd9785a43fff64c3ddd3d71e1a3a0c1ea48ca69;hpb=b85fc8cdf840080b10d01c33b4a57a2a39bcc0f1;p=osm%2FMON.git diff --git a/osm_mon/core/models/list_alarm_req.json b/osm_mon/core/models/list_alarm_req.json index 7dd9785..a856374 100644 --- a/osm_mon/core/models/list_alarm_req.json +++ b/osm_mon/core/models/list_alarm_req.json @@ -22,21 +22,20 @@ { "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, - "vim_type": { "type": "string" }, - "vim_uuid": { "type": "string" }, "alarm_list_request": { "correlation_id": { "type": "integer" }, - "resource_uuid": { "type": "string" }, - "vdu_id": { "type": "string"}, + "ns_id": { "type": "string"}, + "vnf_member_index": { "type": "integer"}, + "vdu_name": { "type": "string"}, "alarm_name": { "type": "string" }, "severity": { "type" : "string" } }, "required": [ "schema_version", "schema_type", - "vim_type", - "vim_uuid", - "correlation_id", - "resource_uuid" + "ns_id", + "vdu_name", + "vnf_member_index", + "correlation_id" ] }