X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fnotify_alarm.json;h=1fcd18e56f264e1b2bb993da30a10b1d9f3a6b27;hb=b726161f9fe605ceb418d9b5df12d295bff28c3a;hp=9497b7ff9f5554e3fd9571d99363ba0c3213dd5b;hpb=c8116ba4f5dd9bfa432329bdb0b50625ad08130b;p=osm%2FMON.git diff --git a/osm_mon/core/models/notify_alarm.json b/osm_mon/core/models/notify_alarm.json index 9497b7f..1fcd18e 100644 --- a/osm_mon/core/models/notify_alarm.json +++ b/osm_mon/core/models/notify_alarm.json @@ -22,30 +22,23 @@ { "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, - "definitions": + "notify_details": { - "notify_details": - { - "alarm_uuid": { "type": "string" }, - "resource_uuid": { "type": "string" }, - "description": { "type": "string" }, - "tenant_uuid": { "type": "string" }, - "vim_type": { "type": "string" }, - "vim_uuid": { "type": "string" }, - "severity": { "type" : "string" }, - "status": { "type": "string" }, - "start_date": { "type": "string" }, - "update_date": { "type": "string" }, - "cancel_date": { "type": "string" } - }, - "required": [ "schema_version", - "schema_type", - "alarm_uuid", - "resource_uuid", - "vim_type", - "vim_uuid", - "severity", - "status", - "start_date" ] - } + "alarm_uuid": { "type": "string" }, + "description": { "type": "string" }, + "severity": { "type" : "string" }, + "status": { "type": "string" }, + "start_date": { "type": "string" }, + "update_date": { "type": "string" }, + "cancel_date": { "type": "string" } + }, + "required": [ "schema_version", + "schema_type", + "alarm_uuid", + "resource_uuid", + "vim_type", + "vim_uuid", + "severity", + "status", + "start_date" ] }