NSX-T Data Center REST API
ALBFailAction (type)
{
"additionalProperties": false,
"description": "Advanced load balancer FailAction object",
"id": "ALBFailAction",
"module_id": "PolicyAdvancedLoadBalancer",
"properties": {
"local_rsp": {
"$ref": "ALBFailActionHTTPLocalResponse,
"description": "Local response to HTTP requests when pool experiences a failure.",
"required": false,
"title": "Local rsp"
},
"redirect": {
"$ref": "ALBFailActionHTTPRedirect,
"description": "URL to redirect HTTP requests to when pool experiences a failure.",
"required": false,
"title": "Redirect"
},
"type": {
"$ref": "ALBFailActionEnum,
"default": "FAIL_ACTION_CLOSE_CONN",
"description": "Enables a response to client when pool experiences a failure. By default TCP connection is closed. Enum options - FAIL_ACTION_HTTP_REDIRECT, FAIL_ACTION_HTTP_LOCAL_RSP, FAIL_ACTION_CLOSE_CONN. Allowed in Basic(Allowed values- FAIL_ACTION_CLOSE_CONN,FAIL_ACTION_HTTP_REDIRECT) edition, Essentials(Allowed values- FAIL_ACTION_CLOSE_CONN) edition, Enterprise edition. Default value when not specified in API or module is interpreted by ALB Controller as FAIL_ACTION_CLOSE_CONN.",
"required": true,
"title": "Type"
}
},
"title": "FailAction",
"type": "object"
}