Explorar o código

Add 'instance_name' to VM export info schema

Daniel Vincze %!s(int64=5) %!d(string=hai) anos
pai
achega
02e44ec77e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      coriolis/schemas/vm_instance_info_schema.json

+ 4 - 0
coriolis/schemas/vm_instance_info_schema.json

@@ -18,6 +18,10 @@
       "type": "string",
       "description": "Unique identifier of the VM."
     },
+    "instance_name": {
+      "type": "string",
+      "description": "Human-readable identifier of the VM. Its usage is recommended for platforms that do not use ID as VM identifier."
+    },
     "os_type": {
       "type": "string",
       "description": "The generic type of the operating system installed on the VM.",