Create Logical Vm Group

Create Logical Vm Group

Creates a new logical vm group

Request
URI
POST
https://{api_host}/cloudapi/1.0.0/logicalVmGroups
COPY
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
201

Created

Returns LogicalVmGroup of type(s) application/json;version=36.3
{
    "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.