X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fnotify_alarm.json;h=1fcd18e56f264e1b2bb993da30a10b1d9f3a6b27;hb=refs%2Fchanges%2F34%2F6134%2F25;hp=0430d6a25829d525be07e176a7f84478be8f48bc;hpb=e1c5c9ba4f44c3adc175421995e7171b6122b126;p=osm%2FMON.git diff --git a/osm_mon/core/models/notify_alarm.json b/osm_mon/core/models/notify_alarm.json index 0430d6a..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" }, - "vdu_id": { "type": "string"}, - "description": { "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" ] }