X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fread_metric_data_req.json;h=7964163c11281ca08a88f4ddc23141fc3460572d;hb=6418f698822467c91e6685647297f3f606e00809;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..7964163 100644 --- a/osm_mon/core/models/read_metric_data_req.json +++ b/osm_mon/core/models/read_metric_data_req.json @@ -23,11 +23,10 @@ "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, "metric_name": { "type": "string" }, - "metric_uuid": { "type": "string" }, - "resource_uuid": { "type": "string" }, - "tenant_uuid": { "type": "string" }, + "ns_id": { "type": "string"}, + "vnf_member_index": { "type": "integer"}, + "vdu_name": { "type": "string"}, "correlation_id": { "type": "integer" }, - "vim_type": { "type": "string" }, "collection_period": { "type": "integer" }, "collection_unit": { "type": "string" }, "required": ["schema_version", @@ -36,6 +35,7 @@ "metric_uuid", "correlation_id", "vim_type", + "vim_uuid", "collection_period", "collection_unit", "resource_uuid"]