X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fnotify_alarm.json;h=9497b7ff9f5554e3fd9571d99363ba0c3213dd5b;hb=f271068982efc8ce8b25ddd2ecef7b1bad06fb19;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..9497b7f 100644 --- a/osm_mon/core/models/notify_alarm.json +++ b/osm_mon/core/models/notify_alarm.json @@ -31,6 +31,7 @@ "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" }, @@ -42,8 +43,9 @@ "alarm_uuid", "resource_uuid", "vim_type", + "vim_uuid", "severity", "status", "start_date" ] } -} \ No newline at end of file +}