Update Logical Vm Group

Update Logical Vm Group

Update specified logical vm group

Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/logicalVmGroups/{logicalVmGroupId}
COPY
Path Parameters
string
logicalVmGroupId
Required

logicalVmGroupId


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

Show optional properties

{
    "name": "string"
}
{
    "id": "string",
    "description": "string",
    "name": "string",
    "namedVmGroupReferences": [
        {
            "name": "string",
            "id": "string"
        }
    ],
    "pvdcId": "string"
}
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns LogicalVmGroup of type(s) application/json;version=39.1
"LogicalVmGroup Object"
string
id
Optional

UUID for LogicalVmGroup. This is immutable.

string
description
Optional
Constraints: default:

description

string
name
Required

Display name.

array of object
namedVmGroupReferences
Optional

List of named vm groups associated with logical vm group.

string
pvdcId
Optional

URN for Provider vDC.


Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string"}' https://{api_host}/cloudapi/1.0.0/logicalVmGroups/{logicalVmGroupId}