FindAllByUuidRequestType

FindAllByUuidRequestType
FindAllByUuidRequestType

The parameters of FindAllByUuid.

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

If specified, restricts the query to entities in a particular datacenter. If not specified, the entire inventory is searched.

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.