curl --location --request POST '/global_ip_health_checks' \
--header 'Content-Type: application/json' \
--data-raw '{
"global_ip_id": "a836125b-20b6-452e-9c03-2653f09c7ed7",
"health_check_params": {
"path": "/",
"port": 8080
},
"health_check_type": "http_status_2xx"
}'
{
"errors": [
{
"code": 0,
"detail": "string",
"meta": {},
"source": {
"parameter": "string",
"pointer": "/json/pointer"
},
"title": "string"
}
]
}
Authorization: Bearer ********************