Esx.Settings.Defaults.Hosts.Policies.Apply.FailureAction

Esx.Settings.Defaults.Hosts.Policies.Apply.FailureAction
Esx.Settings.Defaults.Hosts.Policies.Apply.FailureAction

The Esx.Settings.Defaults.Hosts.Policies.Apply.FailureAction schema contains properties that describe the actions to be taken when entering maintenance mode fails on an ESXi host.

This schema was added in vSphere API 8.0.0.1.

JSON Example
{
    "action": "string",
    "retry_delay": 0,
    "retry_count": 0
}
string
action
Required

What action (Action) is to be taken if entering maintenance mode fails on an ESXi host.

Possible values:

  • FAIL: Fail the apply operation
  • RETRY: Retry the task Esx.Settings.Defaults.Hosts.Policies.Apply.FailureAction.retry_count number of times on the failed host after Esx.Settings.Defaults.Hosts.Policies.Apply.FailureAction.retry_delay.

For more information see: Esx.Settings.Defaults.Hosts.Policies.Apply.FailureAction.Action.

This property was added in vSphere API 8.0.0.1.

integer As int64 As int64
retry_delay
Optional

Time to wait to retry the failed operation in seconds.

This property was added in vSphere API 8.0.0.1.

This property is optional and it is only relevant when the value of action is Esx.Settings.Defaults.Hosts.Policies.Apply.FailureAction.Action.RETRY.

integer As int64 As int64
retry_count
Optional

Number of times to retry the failed operation.

This property was added in vSphere API 8.0.0.1.

This property is optional and it is only relevant when the value of action is Esx.Settings.Defaults.Hosts.Policies.Apply.FailureAction.Action.RETRY.