Merge "Updated Kafka producer. This producer has the following changes:"
[osm/MON.git] / core / models / delete_metric_resp.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_id": { "type": "integer" },
9   "required": [ "schema_version",
10                 "schema_type",
11                 "metric_name",
12                 "metric_uuid",
13                 "resource_uuid",
14                 "tenant_uuid",
15                 "correlation_id" ]
16 }