REST API - get

vcenter cluster modules vm members: get

Returns the virtual machines that are members of the module. Warning: This operation is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

Request:

HTTP request

GET https://{server}/rest/vcenter/cluster/modules/vm/{module}/members

Path Parameters

Name Type Description
Required
module string Identifier of the module to be queried for its virtual machines.

Response:

HTTP Status Code: 200

Representation:

{
    "value"{
        "vms"[
            "obj-103",
            "obj-103"
        ]
    }
}

Response Type:

Name Type Description
bold = required
value get_result The virtual machines that are members of the module.
value.vms string[] The set of virtual machines. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.

When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: VirtualMachine. When operations return a value of this structure as a result, the field will contain identifiers for the resource type: VirtualMachine.

Errors:

HTTP Status Code Type Description
404 not_found if the module is not known to this vCenter server.