FailActionHTTPRedirect
{
"host": "string",
"path": "string",
"protocol": "string",
"query": "string",
"status_code": "string"
}
The host to which the redirect request is sent. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
Path configuration for the redirect request. If not set the path from the original request's URI is preserved in the redirect on pool failure. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
Enum options - HTTP, HTTPS. Allowed with any value in Enterprise, Essentials, Enterprise with Cloud Services edition. Allowed in Basic (Allowed values- HTTP) edition. Special default for Basic edition is HTTP, Enterprise edition is HTTPS.
Query configuration for the redirect request URI. If not set, the query from the original request's URI is preserved in the redirect on pool failure. Allowed with any value in Enterprise, Essentials, Basic, Enterprise with Cloud Services edition.
Enum options - HTTP_REDIRECT_STATUS_CODE_301, HTTP_REDIRECT_STATUS_CODE_302, HTTP_REDIRECT_STATUS_CODE_307. Allowed with any value in Enterprise, Essentials, Enterprise with Cloud Services edition. Allowed in Basic (Allowed values- HTTP_REDIRECT_STATUS_CODE_302) edition.