Merge "Updated Kafka producer. This producer has the following changes:"
[osm/MON.git] / core / models / list_metric_req.json
1 {
2   "schema_version": { "type": "string" },
3   "schema_type": { "type": "string" },
4   "metrics_list_request":
5   {
6     "metric_name": { "type": "string" },
7     "correlation_id": { "type": "integer" },
8     "resource_uuid": { "type": "string" },
9     "vim_type": { "type": "string" }
10   },
11   "required": [ "schema_version",
12                 "schema_type",
13                 "metric_name",
14                 "correlation_id",
15                 "resource_uuid",
16                 "vim_type"]
17 }