Update Service Engine Group

Update Service Engine Group

Update a Load Balancer Service Engine Group.

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

loadBalancerServiceEngineGroupId

string
loadBalancerServiceEngineGroupId
Required

loadBalancerServiceEngineGroupId


Request Body
LoadBalancerServiceEngineGroup of type(s) application/json
Optional
This request body class requires 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"
}
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