InlineLbVariablePersistenceOnAction1

InlineLbVariablePersistenceOnAction1
InlineLbVariablePersistenceOnAction1
JSON Example
{
    "persistence_profile_id": "string",
    "variable_hash_enabled": false,
    "variable_name": "string"
}
string
persistence_profile_id
Optional

If the persistence profile UUID is not specified, a default persistence table is created per virtual server. Currently, only LbGenericPersistenceProfile is supported.

boolean
variable_hash_enabled
Optional

The property is used to enable a hash operation for variable value when composing the persistence key.

string
variable_name
Required

The property is the name of variable to be used. It specifies which variable's value of a HTTP Request will be used in the key of persistence entry. The variable can be a system embedded variable such as "_cookie_JSESSIONID", a customized variable defined in LbVariableAssignmentAction or a captured variable in regular expression such as "article".