Add Named Vm Groups To Logical Vm Group

Add Named Vm Groups To Logical Vm Group

Assign named vm groups to logical vm group.

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

logicalVmGroupId


Request Body
EntityReferenceArray2 of type(s) application/json
Optional
[
    {
        "name": "string",
        "id": "string"
    }
]
Authentication
This operation uses the following authentication methods.
Responses
200

OK

[
    "EntityReference Object"
]

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/cloudapi/1.0.0/logicalVmGroups/{logicalVmGroupId}/namedVmGroups