Get Service Engine Group Assignment

Get Service Engine Group Assignment

Retrieves a specific Load Balancer Service Engine Group Assignment.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/loadBalancer/serviceEngineGroups/assignments/{assignmentId}
COPY
Path Parameters
string
assignmentId
Required

assignmentId

string
assignmentId
Required

assignmentId


Authentication
This operation uses the following authentication methods.
Responses
200
Returns LoadBalancerServiceEngineGroupAssignment of type(s) application/json;version=37.0
{
    "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"
}
string
id
Optional

The identifier of the Load Balancer Service Engine Groups in URN format.

integer As int32 As int32
maxVirtualServices
Optional

The maximum number of virtual services the Edge Gateway is allowed to use. This is required if the Load Balancer Service Engine Group has reservation type 'SHARED'. This must be unset if the Load Balancer Service Engine Group has reservation type 'DEDICATED'.

integer As int32 As int32
minVirtualServices
Optional

The number of guaranteed virtual services available to the Edge Gateway. This is required if the Load Balancer Service Engine Group has reservation type 'SHARED'. This must be unset if the Load Balancer Service Engine Group has reservation type 'DEDICATED'.

integer
numDeployedVirtualServices
Optional

The current number of deployed virutal services.

serviceEngineGroupRef
Required

serviceEngineGroupRef

gatewayRef
Required

gatewayRef

gatewayOwnerRef
Optional

gatewayOwnerRef

gatewayOrgRef
Optional

gatewayOrgRef

string
serviceEngineGroupSupportedFeatureSet
Optional

The feature set supported by the Load Balancer Service Engine Group.

string
gatewaySupportedFeatureSet
Optional

The feature set supported by the Edge Gateway Load Balancer. This will be NULL if Load Balancer is not active on the associated Edge Gateway.