Get Load Balancer Health Monitor Assignments
Retrieves all Load Balancer Pool Health Monitors assignments. Health Monitor filters are encapsulated in a fiql filter query parameter. One of the filters, "healthMonitorRef.id" or "loadBalancerPoolRef.id" is required. Sample filter: filter=(healthMonitorRef.id==urn:vcloud:loadBalancerHealthMonitor:cfa7d4bf-73d7-4214-adc3-e45ff42121e4)
filter=(loadBalancerPoolRef.id==urn:vcloud:loadBalancerPool:7d38ad7f-cd93-4501-8c40-6f61650ccda0)
Supported filters are:
- healthMonitorRef.id. The URN of the health monitor which is assigned to pools. Only one should be specified. If not specified, all health monitors assigned to pools are returned.
- loadBalancerPoolRef.id. The URN of the pool with which the health monitors are associated. Only one should be specified.
Filter for a query. FIQL format.
Page to fetch, zero offset.
Results per page to fetch.
OK
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"id": "string",
"healthMonitorRef": {
"name": "string",
"id": "string"
},
"loadBalancerPoolRef": {
"name": "string",
"id": "string"
}
}
]
}