Get Service Engine Groups
Retrieves all Load Balancer Service Engine Groups. Supported contexts are: Gateway ID (_context==gatewayId)
- | Returns all Load Balancer Service Engine Groups that are accessible to the gateway. Assignable Gateway ID (_context=gatewayId;_context==assignable)
- | Returns all Load Balancer Service Engine Groups that are assignable to the gateway. This filters out any Load Balancer Service Engine groups that are already assigned to the gateway or assigned to another gateway if the reservation type is 'DEDICATED'.
Filter for a query. FIQL format.
Field to use for ascending sort
Field to use for descending sort
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": "urn:vcloud:serviceEngineGroup:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"name": "string",
"description": "string",
"serviceEngineGroupBacking": {
"backingId": "serviceenginegroup-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"loadBalancerCloudRef": {
"name": "string",
"id": "string"
}
},
"haMode": "string",
"reservationType": "string",
"maxVirtualServices": 0,
"numDeployedVirtualServices": 0,
"reservedVirtualServices": 0,
"overAllocated": false
}
]
}