Get Importable Service Engine Groups
Get all importable Service Engine Groups that are configured for an NSX-ALB Cloud. Service Engine Groups that are already imported are filtered out. The ID of the NSX-ALB Cloud must be specified with the filter key (loadBalancerCloudId==[ID])
Additionally, results can be filtered by display name (loadBalancerCloudId==[ID];displayName==[Name])
The following contexts are deprecated as of API version 38.0: Load Balancer Cloud ID (_context==loadBalancerCloudId)
Load Balancer Cloud ID + Display Name (_context==loadBalancerCloudId;displayName==[Name])
Filter for a query. FIQL format.
Field used for getting next page of records. The value is supplied by the current result page. If not set, the first page is retrieved. If cursor is set, then all other pagination query parameters such as pageSize, sortDesc, sortAsc, queryFilter are ignored.
Results per page to fetch.
Field to use for ascending sort
Field to use for descending sort
OK
{
"values": [
{
"id": "string",
"displayName": "string",
"haMode": "string",
"alreadyImported": false
}
]
}