Get Pool Summaries For Gateway
Retrieves summaries for all of the Load Balancer Pools that are configured for an Edge Gateway.
Use healthMonitorId filter to retrieve Load Balancer Pools which are associated with the specified Health Monitor. filter=(healthMonitorId==urn:vcloud:loadBalancerHealthMonitor:cfa7d4bf-73d7-4214-adc3-e45ff42121e4)
Request
URI
GET
https://{api_host}/cloudapi/1.0.0/edgeGateways/{gatewayId}/loadBalancer/poolSummaries
COPY
Path Parameters
string
gatewayId
Required
gatewayId
string
gatewayId
Required
gatewayId
Query Parameters
string
filter
Optional
Filter for a query. FIQL format.
string
sortAsc
Optional
Field to use for ascending sort
string
sortDesc
Optional
Field to use for descending sort
integer
page
Required
Page to fetch, zero offset.
integer
pageSize
Required
Results per page to fetch.
Responses
200
OK
Returns EdgeLoadBalancerPoolSummaries of type(s) application/json;version=39.0
This response body class contains all of the following: Page , InlineEdgeLoadBalancerPoolSummaries1
{
"resultTotal": 0,
"pageCount": 0,
"page": 0,
"pageSize": 0,
"associations": [
{
"entityId": "string",
"associationId": "string"
}
],
"values": [
{
"status": {},
"id": "string",
"description": "string",
"enabled": false,
"passiveMonitoringEnabled": false,
"healthStatus": "string",
"memberCount": 0,
"enabledMemberCount": 0,
"upMemberCount": 0,
"healthMessage": "string",
"name": "string",
"activeMonitoringEnabled": false,
"virtualServiceRefs": [
{
"name": "string",
"id": "string"
}
],
"memberSslEnabled": false,
"memberGroupType": "string"
}
]
}
Availability
Added in 35.0
On This Page
Edge Gateway Load Balancer Pools Operations
POST
Create Load Balancer Pool
GET
Get Pool Summaries For Gateway