Settings_Defaults_Clusters_Policies_Apply_FailureAction

Settings_Defaults_Clusters_Policies_Apply_FailureAction
Settings_Defaults_Clusters_Policies_Apply_FailureAction

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.

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

The Apply.FailureAction.Action enumerated type defines the actions to be taken when entering maintenance mode fails on a single host within the cluster.
FAIL : Fail the apply operation
RETRY : Retry the task Apply.FailureAction.retry-count number of times on the failed host after Apply.FailureAction.retry-delay.

integer As int64
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.

integer As int64
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.