X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=core%2Fmodels%2Fdelete_metric_req.json;fp=core%2Fmodels%2Fdelete_metric_req.json;h=ea1b9de1609c57645a8c84a49052075d78927e25;hb=1a61c00aae49108b9c8e94caa812aa9800fbf870;hp=0000000000000000000000000000000000000000;hpb=f6064437ba352d7fee6b4a7a4e7cb2582ef5cd32;p=osm%2FMON.git diff --git a/core/models/delete_metric_req.json b/core/models/delete_metric_req.json new file mode 100644 index 0000000..ea1b9de --- /dev/null +++ b/core/models/delete_metric_req.json @@ -0,0 +1,18 @@ +{ + "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": "integer" }, + "vim_type": { "type": "string" }, + "required": [ "schema_verion", + "schema_type", + "metric_name", + "metric_uuid", + "resource_uuid", + "tenant_uuid", + "correlation_uuid", + "vim_type" ] +} \ No newline at end of file