You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: coriolis/schemas/vm_export_info_schema.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@
22
22
"type": "string",
23
23
"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)"
24
24
},
25
+
"hostname": {
26
+
"type": "string",
27
+
"description": "Guest hostname of the VM."
28
+
},
25
29
"dynamic_memory_enabled": {
26
30
"type": "boolean",
27
31
"description": "Indicates whether not the VM's physical memory was allocated dynamically."
0 commit comments