X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fdelete_alarm_resp.json;h=d6fec9fa21d09deb295889b6423e423899165bb1;hb=a97bdb3eafa4f3d07d61d32635f7f36f5cc36c58;hp=66d243fe9e5169c3effb199e3afb75f5f6c1c85a;hpb=c8116ba4f5dd9bfa432329bdb0b50625ad08130b;p=osm%2FMON.git diff --git a/osm_mon/core/models/delete_alarm_resp.json b/osm_mon/core/models/delete_alarm_resp.json index 66d243f..d6fec9f 100644 --- a/osm_mon/core/models/delete_alarm_resp.json +++ b/osm_mon/core/models/delete_alarm_resp.json @@ -21,17 +21,15 @@ { "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, - "vim_uuid": { "type": "string" }, - "alarm_deletion_response": + "alarm_delete_response": { "correlation_id": { "type": "integer" }, "alarm_uuid": { "type": "string" }, - "status": { "type": "string" } + "status": { "type": "boolean" } }, "required": [ "schema_version", "schema_type", "correlation_id", - "vim_uuid", "alarm_uuid", "status" ] }