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
Show optional properties
{
"healthMonitorRef": {},
"loadBalancerPoolRef": {}
}
{
"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.
object
healthMonitorRef
Required
Entity reference used to describe VCD entities
object
loadBalancerPoolRef
Required
Entity reference used to describe VCD entities
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
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"healthMonitorRef:"object","loadBalancerPoolRef:"object"}' https://{api_host}/cloudapi/1.0.0/loadBalancer/healthMonitors/assignments
Availability
Added in 39.0
Edge Gateway Load Balancer Health Monitor Assignments Operations
GET
Get Load Balancer Health Monitor Assignments
POST
Create Load Balancer Health Monitor Assignment
GET
Get Load Balancer Health Monitor Assignment
DELETE
Delete Load Balancer Health Monitor Assignment