X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fupdate_metric_req.json;h=7c0eba3dcb84511cfe1e8154c2311c2136d64fca;hb=3729638a9d26e07d551cf4ad7ac92c553e64cc6d;hp=2a76722bc59855cd3d0d6188057c13a77b745820;hpb=27153c4846a5caeee4a430527fd87cd322408f4b;p=osm%2FMON.git diff --git a/osm_mon/core/models/update_metric_req.json b/osm_mon/core/models/update_metric_req.json index 2a76722..7c0eba3 100644 --- a/osm_mon/core/models/update_metric_req.json +++ b/osm_mon/core/models/update_metric_req.json @@ -22,8 +22,6 @@ { "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, - "vim_type": { "type": "string" }, - "vim_uuid": { "type": "string" }, "metric_update_request": { "correlation_id": { "type": "integer" }, @@ -36,8 +34,10 @@ "required": [ "schema_version", "schema_type", "correlation_id", - "vim_type", - "vim_type", - "resource_uuid" + "metric_name", + "metric_unit", + "ns_id", + "vdu_name", + "vnf_member_index" ] }