Skip to content

Commit 97e4d8d

Browse files
committed
Add hostname to export_info
Adds `hostname` property to the instance export information, used in order to attempt hostname preservation
1 parent fc77ec7 commit 97e4d8d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

coriolis/schemas/vm_export_info_schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"type": "string",
2323
"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)"
2424
},
25+
"hostname": {
26+
"type": "string",
27+
"description": "Guest hostname of the VM."
28+
},
2529
"dynamic_memory_enabled": {
2630
"type": "boolean",
2731
"description": "Indicates whether not the VM's physical memory was allocated dynamically."

0 commit comments

Comments
 (0)