Get Service Engine Group

Get Service Engine Group

Retrieves a specific Load Balancer Service Engine Group.

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

loadBalancerServiceEngineGroupId

string
loadBalancerServiceEngineGroupId
Required

loadBalancerServiceEngineGroupId


Authentication
This operation uses the following authentication methods.
Responses
200
Returns LoadBalancerServiceEngineGroup of type(s) application/json;version=37.0
This response body class contains all of the following: NetworkingObjectStatus , InlineLoadBalancerServiceEngineGroup1
{
    "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,
    "supportedFeatureSet": "string"
}