Host Power System Configure Power Policy
Configure host power policy.
Required privileges: Host.Config.Power
Request
URI
POST
https://{api_host}/sdk/vim25/{release}/HostPowerSystem/{moId}/ConfigurePowerPolicy
COPY
Path Parameters
string
moId
Required
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 HostPowerSystem/{moId}
.
string
release
Required
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
Request Body
ConfigurePowerPolicyRequestType
of type(s)
application/json
Required
"ConfigurePowerPolicyRequestType Object"
integer As int32
As int32
key
Required
A key from one of the policies in PowerSystemCapability.availablePolicy.
Responses
204
No Content
Operation doesn't return any data structure
500
InvalidArgument: if an invalid power policy key is provided.
HostConfigFault: for any other failure.
Returns
HostConfigFault
of type(s)
application/json
"HostConfigFault Object"
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/HostPowerSystem/{moId}/ConfigurePowerPolicy
On This Page
Host Power System Operations
POST
Host Power System Configure Power Policy
GET
Host Power System Get Capability
GET
Host Power System Get Info