Get Service Engine Group Assignments

Get Service Engine Group Assignments

Retrieves the service engine group assignments for the Load Balancer Service Engine Group.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/loadBalancer/serviceEngineGroups/assignments
COPY
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.


Authentication
This operation uses the following authentication methods.
Responses
200
Returns LoadBalancerServiceEngineGroupAssignments of type(s) application/json;version=38.1
This response body class contains all of the following: Page , InlineLoadBalancerServiceEngineGroupAssignments1
{
    "resultTotal": 0,
    "pageCount": 0,
    "page": 0,
    "pageSize": 0,
    "associations": [
        {
            "entityId": "string",
            "associationId": "string"
        }
    ],
    "values": [
        {
            "id": "urn:vcloud:serviceEngineGroupAssignment:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
            "maxVirtualServices": 0,
            "minVirtualServices": 0,
            "numDeployedVirtualServices": 0,
            "serviceEngineGroupRef": {
                "name": "string",
                "id": "string"
            },
            "gatewayRef": {
                "name": "string",
                "id": "string"
            },
            "gatewayOwnerRef": {
                "name": "string",
                "id": "string"
            },
            "gatewayOrgRef": {
                "name": "string",
                "id": "string"
            },
            "serviceEngineGroupSupportedFeatureSet": "string",
            "gatewaySupportedFeatureSet": "string",
            "serviceEngineGroupHaMode": "string"
        }
    ]
}