Get Vm Group Detail

Get Vm Group Detail

Get VM Group detail.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/vmGroups/{vmGroupName}
COPY
Path Parameters
string
vmGroupName
Required

vmGroupName


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VmGroups of type(s) application/json;version=39.1
{
    "vmgroup": [
        {
            "cluster": "string",
            "vmGroupName": "string"
        }
    ]
}
array of object
vmgroup
Optional
Constraints: minItems: 0 maxItems: 128

A VM Group with information about VCenter, Cluster and vm group


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/cloudapi/1.0.0/vmGroups/{vmGroupName}