X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Facknowledge_alarm.json;h=a3734eed11a797999719723f282c243b8c032604;hb=c8116ba4f5dd9bfa432329bdb0b50625ad08130b;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..a3734ee 100644 --- a/osm_mon/core/models/acknowledge_alarm.json +++ b/osm_mon/core/models/acknowledge_alarm.json @@ -24,6 +24,7 @@ "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, "vim_type": { "type": "string" }, + "vim_uuid": { "type": "string" }, "ack_details": { "alarm_uuid": { "type": "string" }, @@ -33,7 +34,8 @@ "required": [ "schema_version", "schema_type", "vim_type", + "vim_uuid", "alarm_uuid", "resource_uuid", "tenant_uuid" ] -} \ No newline at end of file +}