List Attachable Machines
This API supports Pagination and Filters.
For full information on using Filters, refer to 'Horizon Server REST Pagination and Filter Guide' of 'VMware Horizon Server API' in code.vmware.com
All the listed privileges are required -
Privileges | Description |
---|---|
UDD_VIEW | Caller should have permission to this privilege, to perform this operation. |
MACHINE_VIEW | Caller should have permission to this privilege, on any access group, to perform this operation. |
Id of persistent disk
8fdefa82-17e4-4367-b5b1-8d97e4fd5e56
Whether to filter incompatible machines
page, if passed should be > 0.
1
size, if passed should be > 0.
10
filter expression built using fields with 'supported filters' as described in output model schema of this API.
[object Object]
Field that would be used to sort the results.
<property-name>
Determines the ordering of results.
ASC
OK
[
{
"desktop_pool_id": "ce910882-e6ef-447a-a88b-333abe0c9c8a",
"desktop_pool_name": "pool-1",
"incompatible_reason": "string",
"machine_id": "0f9f20be-4fa5-47dc-bcf2-f4fb555c51d2",
"machine_name": "machine-1",
"user_id": "S-1-5-21-1111111111-2222222222-3333333333-500",
"user_name": "user-1"
}
]
User is not authenticated
Access to the resource is forbidden
Not Found