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=f0f5b978fabe3f09962e0a7c44b92671fc5b8b40;hpb=5fa711c9a4b3d4f4d857424e062bd2bdbc3f3293;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 f0f5b97..7c0eba3 100644 --- a/osm_mon/core/models/update_metric_req.json +++ b/osm_mon/core/models/update_metric_req.json @@ -22,21 +22,22 @@ { "schema_version": { "type": "string" }, "schema_type": { "type": "string" }, - "tenant_uuid": { "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" } + "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", "correlation_id", - "vim_type", - "vim_type", - "resource_uuid" + "metric_name", + "metric_unit", + "ns_id", + "vdu_name", + "vnf_member_index" ] }