Merge "Added vROPs consumer, receiver that will consume messages & act on it. Aligned...
[osm/MON.git] / core / models / update_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   "metric_update_request":
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_id",
18                 "vim_type",
19                 "metric_name",
20                 "metric_uuid",
21                 "resource_uuid",
22                 "metric_unit"]
23 }