Update Service Engine Group Assignment

Update Service Engine Group Assignment

Update a Load Balancer Service Engine Group Assignment. Updates are not allowed if the associated Load Balancer Service Engine Group has reservation type 'DEDICATED'.

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

assignmentId


Request Body
LoadBalancerServiceEngineGroupAssignment of type(s) application/json
Optional

Show optional properties

{
    "serviceEngineGroupRef": {},
    "gatewayRef": {}
}
{
    "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",
    "serviceEngineGroupHaMode": "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

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"gatewayRef:"object","serviceEngineGroupRef:"object"}' https://{api_host}/cloudapi/1.0.0/loadBalancer/serviceEngineGroups/assignments/{assignmentId}