X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Facknowledge_alarm.json;h=6a05f07a3f69feb6a40a38ec5f937b7951654bfc;hb=9608081aa7b0ff8823ddbcd1144948ee0369160e;hp=bc3183b252369b953cb646ff910f4e5849585ea0;hpb=c7397b95dbaeebd7d872779eec809daed9e487cc;p=osm%2FMON.git diff --git a/osm_mon/core/models/acknowledge_alarm.json b/osm_mon/core/models/acknowledge_alarm.json index bc3183b..6a05f07 100644 --- a/osm_mon/core/models/acknowledge_alarm.json +++ b/osm_mon/core/models/acknowledge_alarm.json @@ -24,16 +24,17 @@ "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, "vim_type": { "type": "string" }, + "vim_uuid": { "type": "string" }, "ack_details": { "alarm_uuid": { "type": "string" }, - "resource_uuid": { "type": "string" }, - "tenant_uuid": { "type": "string" } + "ns_id": { "type": "string"}, + "vnf_member_index": { "type": "integer"}, + "vdu_name": { "type": "string"} }, "required": [ "schema_version", "schema_type", - "vim_type", "alarm_uuid", - "resource_uuid", - "tenant_uuid" ] -} \ No newline at end of file + "ns_id", + "vnf_member_index" ] +}