X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fcreate_metric_req.json;h=6fa09723722ad3859cfe3b4324c6a6127e9959b8;hb=e1c5c9ba4f44c3adc175421995e7171b6122b126;hp=3710b43e8fc8745c6be2d07134dbaaa023e4ca1c;hpb=5fa711c9a4b3d4f4d857424e062bd2bdbc3f3293;p=osm%2FMON.git diff --git a/osm_mon/core/models/create_metric_req.json b/osm_mon/core/models/create_metric_req.json index 3710b43..6fa0972 100644 --- a/osm_mon/core/models/create_metric_req.json +++ b/osm_mon/core/models/create_metric_req.json @@ -23,7 +23,6 @@ { "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, - "tenant_uuid": { "type": "string" }, "correlation_id": { "type": "integer" }, "vim_type": { "type": "string" }, "vim_uuid": { "type": "string" }, @@ -31,7 +30,8 @@ { "metric_name": { "type" : "string" }, "metric_unit": { "type": "string" }, - "resource_uuid": { "type": "string" } + "resource_uuid": { "type": "string" }, + "vdu_id": { "type": "string"} }, "required": [ "schema_version", "schema_type",