SettingsDefaultsClustersPoliciesApplyFailureAction
The Apply.FailureAction structure contains fields that describe the actions to be taken when entering maintenance mode fails on a single host within the cluster.
Properties
action
Required
What action (Action) is to be taken if entering maintenance mode fails on a single host within the cluster.
integer
retry_count
Optional
Number of times to retry the failed operation. This field is optional and it is only relevant when the value of Apply.FailureAction.action is RETRY.
integer
retry_delay
Optional
Time to wait to retry the failed operation in seconds. This field is optional and it is only relevant when the value of Apply.FailureAction.action is RETRY.
JSON Example
{
"action": "enum"
}