X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fnotify_alarm.json;h=62efa500424c0610fa54da14fdc25d11447161e8;hb=3729638a9d26e07d551cf4ad7ac92c553e64cc6d;hp=9497b7ff9f5554e3fd9571d99363ba0c3213dd5b;hpb=5fa711c9a4b3d4f4d857424e062bd2bdbc3f3293;p=osm%2FMON.git diff --git a/osm_mon/core/models/notify_alarm.json b/osm_mon/core/models/notify_alarm.json index 9497b7f..62efa50 100644 --- a/osm_mon/core/models/notify_alarm.json +++ b/osm_mon/core/models/notify_alarm.json @@ -22,30 +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" }, - "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" }, + "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" ] }