X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fdelete_alarm_req.json;h=44dab0ae8343548c206580eff524983506ca54e6;hb=628df021896fa8775f9743af62a4267b617cc35c;hp=a5b99e6e184bed6f5502792b5f17bb3a677db458;hpb=b85fc8cdf840080b10d01c33b4a57a2a39bcc0f1;p=osm%2FMON.git diff --git a/osm_mon/core/models/delete_alarm_req.json b/osm_mon/core/models/delete_alarm_req.json index a5b99e6..44dab0a 100644 --- a/osm_mon/core/models/delete_alarm_req.json +++ b/osm_mon/core/models/delete_alarm_req.json @@ -22,19 +22,20 @@ { "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, - "vim_type": { "type": "string" }, - "vim_uuid": { "type": "string" }, "alarm_delete_request": { - "alarm_uuid": { "type": "string" }, "correlation_id": { "type": "integer" }, - "vdu_id": { "type": "string"} + "alarm_uuid": { "type": "string" }, + "ns_id": { "type": "string"}, + "vdu_name": { "type": "string"}, + "vnf_member_index": { "type": "integer"} }, "required": [ "schema_version", "schema_type", - "vim_type", - "vim_uuid", "alarm_uuid", + "ns_id", + "vdu_name", + "vnf_member_index", "correlation_id" ] }