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 > 0
1
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
-1 <= x <= 1000000
100000
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 <= 86400000
50000
Backend member connection timeout in milliseconds
0 <= x <= 86400000
50000
Backend member inactivity timeout in milliseconds
0 <= x <= 86400000
null
Load balancer listener users list
[
{
"encrypted_password": "$5$isRr.HJ1IrQP38.m$oViu3DJOpUG2ZsjCBtbITV3mqpxxbZfyWJojLPNSPO5",
"username": "admin"
}
]
Response
OK
List of task IDs
["d478ae29-dedc-4869-82f0-96104425f565"]