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
Pool ID
"00000000-0000-4000-8000-000000000000"
Body
The time, in seconds, between sending probes to members
1 <= x <= 214748364710
Number of successes before the member is switched to ONLINE state
1 <= x <= 102
The maximum time to connect. Must be less than the delay value
x <= 21474835
Health monitor type. Once health monitor is created, cannot be changed.
HTTP, HTTPS, K8S, PING, TCP, TLS-HELLO, UDP-CONNECT Expected HTTP response codes. Can be a single code or a range of codes. Can only be used together with HTTP or HTTPS health monitor type. For example, 200,202,300-302,401,403,404,500-504. If not specified, the default is 200.
"200,301,302"
HTTP method. Can only be used together with HTTP or HTTPS health monitor type.
CONNECT, DELETE, GET, HEAD, OPTIONS, PATCH, POST, PUT, TRACE "CONNECT"
"DELETE"
"GET"
"HEAD"
"OPTIONS"
"PATCH"
"POST"
"PUT"
"TRACE"
Number of failures before the member is switched to ERROR state.
1 <= x <= 102
URL Path. Defaults to '/'. Can only be used together with HTTP or HTTPS health monitor type.
1"/"
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"]