Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
1
Region ID
x > 01
Listener ID
"00000000-0000-4000-8000-000000000000"
Body
Network CIDRs from which service will be accessible
["10.0.0.0/8"]Limit of simultaneous connections. If -1 is provided, it is translated to the default value 100000.
-1 <= x <= 1000000100000
Load balancer listener name
"new_listener_name"
ID of the secret where PKCS12 file is stored for TERMINATED_HTTPS or PROMETHEUS load balancer
"af4a64e7-03ca-470f-9a09-b77d54c5abd8"
List of secret's ID containing PKCS12 format certificate/key bundfles for TERMINATED_HTTPS or PROMETHEUS listeners
[
"af4a64e7-03ca-470f-9a09-b77d54c5abd8",
"12b43d95-d420-4c79-a883-49bf146cbdff"
]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 <= 86400000null
Load balancer listener users list
[
{
"encrypted_password": "$5$isRr.HJ1IrQP38.m$oViu3DJOpUG2ZsjCBtbITV3mqpxxbZfyWJojLPNSPO5",
"username": "admin"
}
]Response
OK
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.
["d478ae29-dedc-4869-82f0-96104425f565"]