X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fnotify_alarm.json;h=62efa500424c0610fa54da14fdc25d11447161e8;hb=refs%2Fchanges%2F50%2F6650%2F4;hp=52f3107d01f6eb3f042e1c0dbfdb29c725ca44be;hpb=c7397b95dbaeebd7d872779eec809daed9e487cc;p=osm%2FMON.git diff --git a/osm_mon/core/models/notify_alarm.json b/osm_mon/core/models/notify_alarm.json index 52f3107..62efa50 100644 --- a/osm_mon/core/models/notify_alarm.json +++ b/osm_mon/core/models/notify_alarm.json @@ -22,28 +22,27 @@ { "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" }, - "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", - "severity", - "status", - "start_date" ] - } -} \ No newline at end of file + "alarm_uuid": { "type": "string" }, + "description": { "type": "string" }, + "severity": { "type" : "string" }, + "status": { "type": "string" }, + "operation": { "type": "string" }, + "threshold_value": { "type": "string" }, + "metric_name": { "type": "string" }, + "ns_id": { "type": "string"}, + "vnf_member_index": { "type": "integer"}, + "vdu_name": { "type": "string"}, + "start_date": { "type": "string" }, + "update_date": { "type": "string" }, + "cancel_date": { "type": "string" } + }, + "required": [ "schema_version", + "schema_type", + "alarm_uuid", + "resource_uuid", + "severity", + "status", + "start_date" ] +}