API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Load balancer algorithm
LEAST_CONNECTIONS, ROUND_ROBIN, SOURCE_IP Pool name
Protocol
HTTP, HTTPS, PROXY, PROXYV2, TCP, UDP Secret ID of CA certificate bundle
Secret ID of CA revocation list file
Health monitor details
{
"delay": 10,
"http_method": "GET",
"max_retries": 3,
"max_retries_down": 3,
"timeout": 5,
"type": "HTTP",
"url_path": "/"
}Listener ID
Loadbalancer ID
"bbb35f84-35cc-4b2f-84c2-a6a29bba68aa"
Pool members
Secret ID for TLS client authentication to the member servers
Session persistence details
{
"cookie_name": "cookie_name",
"type": "APP_COOKIE"
}Frontend client inactivity timeout in milliseconds
0 <= x <= 8640000050000
Backend member connection timeout in milliseconds
0 <= x <= 8640000050000
Backend member inactivity timeout in milliseconds
0 <= x <= 86400000OK
List of task IDs representing asynchronous operations. Use these IDs to monitor operation progress:
GET /v1/tasks/{task_id} - Check individual task status and details
Poll task status until completion (FINISHED/ERROR) before proceeding with dependent operations.