X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fupdate_alarm_resp.json;h=8880274ff568831b23f6928c28ba383dabbe898f;hb=6439eb0e6f03b89629bbb8bad3e092133e56a614;hp=ea76fa397c51c9349273926b0b2912a5d42efd1a;hpb=c7397b95dbaeebd7d872779eec809daed9e487cc;p=osm%2FMON.git diff --git a/osm_mon/core/models/update_alarm_resp.json b/osm_mon/core/models/update_alarm_resp.json index ea76fa3..8880274 100644 --- a/osm_mon/core/models/update_alarm_resp.json +++ b/osm_mon/core/models/update_alarm_resp.json @@ -22,6 +22,7 @@ { "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, + "vim_uuid": { "type": "string" }, "alarm_update_response": { "correlation_id": { "type": "integer" }, @@ -30,6 +31,7 @@ }, "required": [ "schema_version", "schema_type", + "vim_uuid", "correlation_id", "alarm_uuid", "status" ]