Virtual Machine Set Display Topology
Sets the console window's display topology as specified.
Required privileges: VirtualMachine.Interact.ConsoleInteract
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case VirtualMachine/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"displays": [
{
"_typeName": "string",
"x": 0,
"y": 0,
"width": 0,
"height": 0
}
]
}
The topology for each monitor that the virtual machine's display must span.
No Content
NotSupported: if the Guest Operating system does not support setting the display topology
InvalidPowerState: if the power state is not poweredOn.
InvalidState: if the virtual machine is not connected.
ToolsUnavailable: if VMware Tools is not running.
{
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}