Răsfoiți Sursa

Merge pull request #158 from Dany9966/instance-name-standard

Add 'instance_name' property to instance task export info
Nashwan Azhari 5 ani în urmă
părinte
comite
e1b7965b7f
1 a modificat fișierele cu 4 adăugiri și 0 ștergeri
  1. 4 0
      coriolis/schemas/vm_export_info_schema.json

+ 4 - 0
coriolis/schemas/vm_export_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. It can be optionally used as an alternative to 'id' for identifying instances on platforms which also feature a non-ID naming scheme (e.g. VMWare VM paths)"
+    },
     "dynamic_memory_enabled": {
     "dynamic_memory_enabled": {
       "type": "boolean",
       "type": "boolean",
       "description": "Indicates whether not the VM's physical memory was allocated dynamically."
       "description": "Indicates whether not the VM's physical memory was allocated dynamically."