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
{
"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"
}
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
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string","serviceEngineGroupBacking:"object"}' https://{api_host}/cloudapi/1.0.0/loadBalancer/serviceEngineGroups
Availability
Added in 35.0
Load Balancer Service Engine Groups Operations
GET
Get Service Engine Groups
POST
Create Service Engine Group