WorkerPools
Get a list of WorkerResources for the given WorkerPoolResource
Lists all of the machines that belong to the given worker pool.
get/workerpools/{id}/workers
Path parameters
idstring required
ID of the WorkerPool
Query parameters
commStylesstring[]
deploymentTargetTypesstring[]
healthStatusesstring[]
isDisabledboolean
operatingSystemNamesstring[]
partialNamestring
shellNamesstring[]
skipinteger
Number of items to skip. Defaults to zero
takeinteger
Number of items to take. Defaults to 20
Response
The requested list of Workers within a Worker Pool
Example response
{
"Items": [
{
"SpaceId": "Spaces-1",
"WorkerPoolIds": [
"WorkerPools-1",
"..."
]
}
]
}