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