LBVariablePersistenceOnAction

LBVariablePersistenceOnAction
LBVariablePersistenceOnAction

This action is performed in HTTP forwarding phase. It is used to inspect the variable of HTTP request, and look up the persistence entry with its value and pool uuid as key. If the persistence entry is found, the HTTP request is forwarded to the recorded backend server according to the persistence entry. If the persistence entry is not found, a new entry is created in the table after backend server is selected.

AllOf
This class requires all of the following:
JSON Example
{
    "type": "string",
    "persistence_profile_path": "string",
    "variable_hash_enabled": false,
    "variable_name": "string"
}