X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=core%2Fmodels%2Fread_metric_data_req.json;h=b4e3d628b871e82c64c273bc5d144c2d4d5c1854;hb=HEAD;hp=b07c610a561a53de1b95b8630b4a1c9eedbec3be;hpb=478c3baf620e7803ff18f9a19a3fd95a31d6cf99;p=osm%2FMON.git diff --git a/core/models/read_metric_data_req.json b/core/models/read_metric_data_req.json deleted file mode 100644 index b07c610..0000000 --- a/core/models/read_metric_data_req.json +++ /dev/null @@ -1,20 +0,0 @@ -{ - "schema_version": { "type": "string" }, - "schema_type": { "type": "string" }, - "metric_name": { "type": "string" }, - "metric_uuid": { "type": "String" }, - "resource_uuid": { "type": "string" }, - "tenant_uuid": { "type": "string" }, - "correlation_uuid": { "type": "string" }, - "vim_type": { "type": "string" }, - "collection_period": { "type": "string" }, - "required": ["schema_version", - "schema_type", - "tenant_uuid", - "metric_name", - "metric_uuid", - "correlation_uuid", - "vim_type", - "collection_period", - "resource_uuid"] -}