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