Workers
Interrogate a machine for communication details so that it may be added to the installation.
get/workers/discover
Query parameters
hoststring required
The hostname of the machine to discover
portinteger
The port of the machine to discover
proxyIdstring
The ID of the proxy to go through
type'TentaclePassive' | 'TentacleActive' | 'Ssh'
The type of endpoint on the machine
Response
The worker which was discovered
Example response
{
"SpaceId": "Spaces-1",
"WorkerPoolIds": [
"WorkerPools-1",
"..."
]
}