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.
array of EntityReference
namedVmGroupReferences
Optional
List of named vm groups associated with logical vm group.
string
pvdcId
Optional
URN for Provider vDC.
Responses
201
Created
Returns LogicalVmGroup of type(s) application/json;version=39.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.
array of EntityReference
namedVmGroupReferences
Optional
List of named vm groups associated with logical vm group.
string
pvdcId
Optional
URN for Provider vDC.
Availability
Added in 32.0
Logical Vm Groups Operations
POST
Add Named Vm Groups To Logical Vm Group
POST
Create Logical Vm Group
DELETE
Delete Logical Vm Group
GET
Get Logical Vm Group
GET
Get Logical Vm Group Named Vm Groups
GET
Get Pvdc Policies For Logical Vm Group
GET
Query Logical Vm Groups
PUT
Update Logical Vm Group