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

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
201

Created

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 POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"name:"string"}' https://{api_host}/cloudapi/1.0.0/logicalVmGroups