X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fread_metric_data_req.json;h=62145699f0bc5b1393c32675f47cb3ab4e56a51a;hb=6eda48bf7489c00fee4e1f276404ab82db23fd1d;hp=922b91ebc3281c2b527df5e34234facfd131801d;hpb=5fa711c9a4b3d4f4d857424e062bd2bdbc3f3293;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 922b91e..6214569 100644 --- a/osm_mon/core/models/read_metric_data_req.json +++ b/osm_mon/core/models/read_metric_data_req.json @@ -23,12 +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" }, - "vim_uuid": { "type": "string" }, "collection_period": { "type": "integer" }, "collection_unit": { "type": "string" }, "required": ["schema_version", @@ -36,9 +34,9 @@ "metric_name", "metric_uuid", "correlation_id", - "vim_type", - "vim_uuid", "collection_period", "collection_unit", - "resource_uuid"] + "ns_id", + "vdu_name", + "vnf_member_index"] }