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

string
logicalVmGroupId
Required

logicalVmGroupId


Request Body
LogicalVmGroup of type(s) application/json
Optional
{
    "id": "string",
    "description": "string",
    "name": "string",
    "namedVmGroupReferences": [
        {
            "name": "string",
            "id": "string"
        }
    ],
    "pvdcId": "string"
}
string
id
Optional

UUID for LogicalVmGroup. This is immutable.

string
description
Optional

description

string
name
Required

Display name.

namedVmGroupReferences
Optional

List of named vm groups associated with logical vm group.

string
pvdcId
Optional

URN for Provider vDC.

Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns LogicalVmGroup of type(s) application/json;version=37.0
{
    "id": "string",
    "description": "string",
    "name": "string",
    "namedVmGroupReferences": [
        {
            "name": "string",
            "id": "string"
        }
    ],
    "pvdcId": "string"
}
string
id
Optional

UUID for LogicalVmGroup. This is immutable.

string
description
Optional

description

string
name
Required

Display name.

namedVmGroupReferences
Optional

List of named vm groups associated with logical vm group.

string
pvdcId
Optional

URN for Provider vDC.