Merge "Added vROPs consumer, receiver that will consume messages & act on it. Aligned...
[osm/MON.git] / core / models / delete_metric_req.json
1 {
2   "schema_version": { "type": "string" },
3   "schema_type": { "type": "string" },
4   "metric_name": { "type": "string" },
5   "metric_uuid": { "type": "string" },
6   "resource_uuid": { "type": "string" },
7   "tenant_uuid": { "type": "string" },
8   "correlation_uuid": { "type": "integer" },
9   "vim_type": { "type": "string" },
10   "required": [ "schema_verion",
11                 "schema_type",
12                 "metric_name",
13                 "metric_uuid",
14                 "resource_uuid",
15                 "tenant_uuid",
16                 "correlation_uuid",
17                 "vim_type" ]
18 }