X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=osm_mon%2Fcore%2Fmodels%2Fread_metric_data_req.json;h=2554be85e7476f0cb636831825b19ba92139ad29;hb=refs%2Fchanges%2F60%2F6060%2F4;hp=b4e3d628b871e82c64c273bc5d144c2d4d5c1854;hpb=c7397b95dbaeebd7d872779eec809daed9e487cc;p=osm%2FMON.git diff --git a/osm_mon/core/models/read_metric_data_req.json b/osm_mon/core/models/read_metric_data_req.json index b4e3d62..2554be8 100644 --- a/osm_mon/core/models/read_metric_data_req.json +++ b/osm_mon/core/models/read_metric_data_req.json @@ -25,9 +25,10 @@ "metric_name": { "type": "string" }, "metric_uuid": { "type": "string" }, "resource_uuid": { "type": "string" }, - "tenant_uuid": { "type": "string" }, + "vdu_id": { "type": "string"}, "correlation_id": { "type": "integer" }, "vim_type": { "type": "string" }, + "vim_uuid": { "type": "string" }, "collection_period": { "type": "integer" }, "collection_unit": { "type": "string" }, "required": ["schema_version", @@ -36,6 +37,7 @@ "metric_uuid", "correlation_id", "vim_type", + "vim_uuid", "collection_period", "collection_unit", "resource_uuid"]