FindAllByUuidRequestType

FindAllByUuidRequestType
FindAllByUuidRequestType

The parameters of FindAllByUuid.

JSON Example
{
    "datacenter": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "uuid": "string",
    "vmSearch": false,
    "instanceUuid": false
}
datacenter
Optional

Reference to an instance of the Datacenter managed object.

string
uuid
Required

The UUID to find. If vmSearch is true, the UUID can be either BIOS or instance UUID.

boolean
vmSearch
Required

If true, search for virtual machines, otherwise search for hosts.

boolean
instanceUuid
Optional

Should only be set when vmSearch is true. If specified, search for virtual machines whose instance UUID matches the given uuid. Otherwise, search for virtual machines whose BIOS UUID matches the given uuid.