Create Service Engine Group

Create Service Engine Group

Create a new Load Balancer Service Engine Group to be used with VMware Cloud Director.

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/loadBalancer/serviceEngineGroups
COPY
Request Body
LoadBalancerServiceEngineGroup of type(s) application/json
Optional
This request body class requires all of the following: NetworkingObjectStatus , InlineLoadBalancerServiceEngineGroup1
{
    "status": {},
    "id": "urn:vcloud:serviceEngineGroup:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
    "name": "string",
    "description": "string",
    "serviceEngineGroupBacking": {
        "backingId": "serviceenginegroup-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
        "backingName": "string",
        "loadBalancerCloudRef": {
            "name": "string",
            "id": "string"
        }
    },
    "haMode": "string",
    "reservationType": "string",
    "maxVirtualServices": 0,
    "numDeployedVirtualServices": 0,
    "reservedVirtualServices": 0,
    "overAllocated": false,
    "supportedFeatureSet": "string"
}
Authentication
This operation uses the following authentication methods.
Responses
202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure

Availability
Added in 35.0
Load Balancer Service Engine Groups Operations
POST
Create Service Engine Group
GET
Get Service Engine Groups