Quellcode durchsuchen

Add `hostname` to export_info

Adds `hostname` property to the instance export information, used in order
to attempt hostname preservation
Daniel Vincze vor 1 Jahr
Ursprung
Commit
099c1cce51
1 geänderte Dateien mit 4 neuen und 0 gelöschten Zeilen
  1. 4 0
      coriolis/schemas/vm_export_info_schema.json

+ 4 - 0
coriolis/schemas/vm_export_info_schema.json

@@ -22,6 +22,10 @@
       "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)"
     },
+    "hostname": {
+      "type": "string",
+      "description": "Guest hostname of the VM."
+    },
     "dynamic_memory_enabled": {
       "type": "boolean",
       "description": "Indicates whether not the VM's physical memory was allocated dynamically."