cURL
curl --request GET \ --url https://api.cyberdesk.io/v1/pools/{pool_id} \ --header 'Authorization: Bearer <token>'
{ "name": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "organization_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>", "machine_count": 0, "machines": [ { "fingerprint": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "unkey_key_id": "<string>", "status": "connected", "is_available": true, "created_at": "2023-11-07T05:31:56Z", "last_seen": "2023-11-07T05:31:56Z", "name": "<string>", "version": "<string>", "hostname": "<string>", "os_info": "<string>", "machine_parameters": {}, "machine_sensitive_parameters": {}, "user_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "organization_id": "<string>", "reserved_session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "linked_keepalive_machine_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "physical_server_id": "<string>", "pools": [ { "name": "<string>", "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "organization_id": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "description": "<string>", "machine_count": 0 } ] } ] }
Get a specific pool by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Include full machine details
Successful Response
Pool response with machines included
1 - 255
Number of machines in this pool
Show child attributes
Was this page helpful?