Adds support for vdu_name, ns_id and vnf_member_index
[osm/MON.git] / osm_mon / core / models / create_metric_resp.json
index 8e7df4e..bbe36ea 100644 (file)
 {
   "schema_version": { "type": "string" },
   "schema_type": { "type": "string" },
-  "correlation_id": { "type": "integer" },
-  "vim_uuid": { "type": "string" },
   "metric_create_response":
   {
-    "metric_uuid": { "type": "string" },
-    "resource_uuid": { "type": "string" },
+    "correlation_id": { "type": "integer" },
     "status": { "type": "boolean" }
   },
   "required": [ "schema_type",