X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fupdate_metric_resp.json;h=3cfd356a9b44b8bf0ba85bb13b0204f74a81c8f4;hb=181cce8e28a9b6c5c6fa1fa8aa515de3b187a2e1;hp=90e0fa4ca81fcfaf24f1b4217abebd7ca296f74f;hpb=c7397b95dbaeebd7d872779eec809daed9e487cc;p=osm%2FMON.git diff --git a/osm_mon/core/models/update_metric_resp.json b/osm_mon/core/models/update_metric_resp.json index 90e0fa4..3cfd356 100644 --- a/osm_mon/core/models/update_metric_resp.json +++ b/osm_mon/core/models/update_metric_resp.json @@ -23,6 +23,7 @@ "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, "correlation_id": { "type": "integer" }, + "vim_uuid": { "type": "string" }, "metric_update_response": { "metric_uuid": { "type": "string" }, @@ -32,7 +33,8 @@ "required": [ "schema_version", "schema_type", "correlation_id", + "vim_uuid", "metric_uuid", "resource_uuid", "status"] -} \ No newline at end of file +}