X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Flist_alarm_req.json;h=7ecc12727aa1677b1d7a3fe5cd28cf2dd1b1f088;hb=9608081aa7b0ff8823ddbcd1144948ee0369160e;hp=0efe49bd238487eb90a7c43b0d8ea9eb7421bc63;hpb=c7397b95dbaeebd7d872779eec809daed9e487cc;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 0efe49b..7ecc127 100644 --- a/osm_mon/core/models/list_alarm_req.json +++ b/osm_mon/core/models/list_alarm_req.json @@ -22,18 +22,20 @@ { "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, - "vim_type": { "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" ] -} \ No newline at end of file +}