Create Load Balancer Health Monitor Assignment

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.

healthMonitorRef
Required

Entity reference used to describe VCD entities

loadBalancerPoolRef
Required

Entity reference used to describe VCD entities

Authentication
This operation uses the following authentication methods.
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