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