Create Load Balancer Health Monitor Assignment
Create a new Load Balancer Pool Health Monitor assignment. The assignment links a Load Balancer Health Monitor with a Pool to monitor member servers' health.
Request
URI
POST
https://{api_host}/cloudapi/1.0.0/loadBalancer/healthMonitors/assignments
COPY
Request Body
EdgeLoadBalancerHealthMonitorAssignment of type(s) application/json
Required
{
"id": "string",
"healthMonitorRef": {
"name": "string",
"id": "string"
},
"loadBalancerPoolRef": {
"name": "string",
"id": "string"
}
}
string
id
Optional
The unique ID of this Load Balancer Pool Health Monitor assignment. For create, a new ID will be generated.
Responses
202
The request have been accepted and the task to monitor the request is in the Location header.
Operation doesn't return any data structure
Availability
Added in 39.0
Edge Gateway Load Balancer Health Monitor Assignments Operations
POST
Create Load Balancer Health Monitor Assignment
DELETE
Delete Load Balancer Health Monitor Assignment
GET
Get Load Balancer Health Monitor Assignment
GET
Get Load Balancer Health Monitor Assignments