Merge "Updated Kafka producer. This producer has the following changes:"
[osm/MON.git] / core / models / read_metric_data_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": "string" },
9   "vim_type": { "type": "string" },
10   "collection_period": { "type": "string" },
11   "required": ["schema_version",
12                "schema_type",
13                "tenant_uuid",
14                "metric_name",
15                "metric_uuid",
16                "correlation_uuid",
17                "vim_type",
18                "collection_period",
19                "resource_uuid"]
20 }