Cluster EVC Manager Configure Evc Mode Task
Set the EVC mode.
If EVC is currently disabled, then this will enable EVC. The parameter must specify a key to one of the EVC modes listed in the supportedEVCMode array property. If there are no modes listed there, then EVC may not currently be enabled; reference the other properties in ClusterEVCManagerEVCState to determine what conditions are blocking EVC.
Required privileges: Host.Inventory.EditCluster
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 ClusterEVCManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
"ConfigureEvcModeRequestType Object"
A key referencing the desired EVC mode.
A key referencing the desired EVC Graphics mode Capability.supportedEVCGraphicsMode.
Since: vSphere API Release 7.0.1.0
EVCConfigFault: if configuring EVC failed. Typically, a more specific subclass is thrown.
"EVCConfigFault Object"
The faults that caused this EVC test to fail, such as FeatureRequirementsNotMet faults.
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/ClusterEVCManager/{moId}/ConfigureEvcMode_Task