Search Index Find All By Uuid
Finds all virtual machines or hosts by UUID.
Required privileges: System.View
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId
, in this case SearchIndex/{moId}
.
The vSphere release schema. The current specification covers vSphere 8.0.2.0 APIs.
{
"datacenter": {
"_typeName": "string",
"type": "string",
"value": "string"
},
"uuid": "string",
"vmSearch": false,
"instanceUuid": false
}
The UUID to find. If vmSearch is true, the UUID can be either BIOS or instance UUID.
If true, search for virtual machines, otherwise search for hosts.
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.
The list of all virtual machines or hosts that are matching with the given UUID. If no managed entities are found, an empty list is returned. If there are multiple matches, all matching entities are returned.
[
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]