X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Facknowledge_alarm.json;fp=osm_mon%2Fcore%2Fmodels%2Facknowledge_alarm.json;h=6a05f07a3f69feb6a40a38ec5f937b7951654bfc;hb=b726161f9fe605ceb418d9b5df12d295bff28c3a;hp=a3734eed11a797999719723f282c243b8c032604;hpb=e1c5c9ba4f44c3adc175421995e7171b6122b126;p=osm%2FMON.git diff --git a/osm_mon/core/models/acknowledge_alarm.json b/osm_mon/core/models/acknowledge_alarm.json index a3734ee..6a05f07 100644 --- a/osm_mon/core/models/acknowledge_alarm.json +++ b/osm_mon/core/models/acknowledge_alarm.json @@ -28,14 +28,13 @@ "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", - "vim_uuid", "alarm_uuid", - "resource_uuid", - "tenant_uuid" ] + "ns_id", + "vnf_member_index" ] }