How can I call an slb template persist cookie template as command in an HTTP event
For example:
when CLIENT_ACCEPTED {
if { [IP::addr [IP::client_addr] equals 192.168.1.10] } {
pool example_server_group
SLB slb template persist cookie “test”
}
}