Просмотр исходного кода

Add 'instance_name' to VM export info schema

Daniel Vincze 5 лет назад
Родитель
Сommit
02e44ec77e
1 измененных файлов с 4 добавлено и 0 удалено
  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",
       "type": "string",
       "description": "Unique identifier of the VM."
       "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": {
     "os_type": {
       "type": "string",
       "type": "string",
       "description": "The generic type of the operating system installed on the VM.",
       "description": "The generic type of the operating system installed on the VM.",