X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=osm_mon%2Fcore%2Fmodels%2Fupdate_metric_req.json;h=2a76722bc59855cd3d0d6188057c13a77b745820;hb=9608081aa7b0ff8823ddbcd1144948ee0369160e;hp=4b1c1575d3c9fe64c7f156919ef2ba0ebdbe0ff2;hpb=b85fc8cdf840080b10d01c33b4a57a2a39bcc0f1;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 4b1c157..2a76722 100644 --- a/osm_mon/core/models/update_metric_req.json +++ b/osm_mon/core/models/update_metric_req.json @@ -22,15 +22,16 @@ { "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, - "correlation_id": { "type": "integer" }, "vim_type": { "type": "string" }, "vim_uuid": { "type": "string" }, - "metric_create": + "metric_update_request": { - "metric_name": { "type": "string" }, - "metric_unit": { "type": "string" }, - "resource_uuid": { "type": "string" }, - "vdu_id": { "type": "string"} + "correlation_id": { "type": "integer" }, + "metric_name": { "type": "string" }, + "metric_unit": { "type": "string" }, + "ns_id": { "type": "string"}, + "vnf_member_index": { "type": "integer"}, + "vdu_name": { "type": "string"} }, "required": [ "schema_version", "schema_type",