X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Flist_alarm_req.json;h=a856374574a0d97832a485fdac92aed90dcf81a6;hb=3729638a9d26e07d551cf4ad7ac92c553e64cc6d;hp=dd46978e32e404bfba5cc2fa98436452a7553cd4;hpb=5fa711c9a4b3d4f4d857424e062bd2bdbc3f3293;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 dd46978..a856374 100644 --- a/osm_mon/core/models/list_alarm_req.json +++ b/osm_mon/core/models/list_alarm_req.json @@ -22,20 +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" }, + "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" ] }