InlineLbCookiePersistenceProfile1

InlineLbCookiePersistenceProfile1
InlineLbCookiePersistenceProfile1
JSON Example
{
    "cookie_domain": "string",
    "cookie_fallback": false,
    "cookie_garble": false,
    "cookie_httponly": false,
    "cookie_mode": "string",
    "cookie_name": "string",
    "cookie_path": "string",
    "cookie_secure": false,
    "cookie_time": {
        "type": "string"
    }
}
string
cookie_domain
Optional

HTTP cookie domain could be configured, only available for insert mode.

boolean
cookie_fallback
Optional
Constraints: default: true

If fallback is true, once the cookie points to a server that is down (i.e. admin state DISABLED or healthcheck state is DOWN), then a new server is selected by default to handle that request. If fallback is false, it will cause the request to be rejected if cookie points to a server

boolean
cookie_garble
Optional
Constraints: default: true

If garble is set to true, cookie value (server IP and port) would be encrypted. If garble is set to false, cookie value would be plain text.

boolean
cookie_httponly
Optional

If cookie httponly flag is true, it prevents a script running in the browser from accessing the cookie. Only available for insert mode.

string
cookie_mode
Optional
Constraints: default: INSERT

cookie persistence mode

Possible values are : INSERT, PREFIX, REWRITE,
string
cookie_name
Required

cookie name

string
cookie_path
Optional

HTTP cookie path could be set, only available for insert mode.

boolean
cookie_secure
Optional

If cookie secure flag is true, it prevents the browser from sending a cookie over http. The cookie is sent only over https. Only available for insert mode.

cookie_time
Optional

cookie_time