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