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
Pool ID
"00000000-0000-4000-8000-000000000000"
Body
The time, in seconds, between sending probes to members
1 <= x <= 2147483647
10
Number of successes before the member is switched to ONLINE state
1 <= x <= 10
2
The maximum time to connect. Must be less than the delay value
x <= 2147483
5
Health monitor type. Once health monitor is created, cannot be changed.
HTTP
, HTTPS
, K8S
, PING
, TCP
, TLS-HELLO
, UDP-CONNECT
Can only be used together with HTTP
or HTTPS
health monitor type.
"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 <= 10
2
URL Path. Defaults to '/'. Can only be used together with HTTP
or HTTPS
health monitor type.
1
"/"
Response
OK
List of task IDs
["d478ae29-dedc-4869-82f0-96104425f565"]