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=2554be85e7476f0cb636831825b19ba92139ad29;hpb=b85fc8cdf840080b10d01c33b4a57a2a39bcc0f1;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 2554be8..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" }, - "vdu_id": { "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"] }