pool_get
Retrieve a single desktop pool's details by its ID. Use it to re-check a pool after a write or when you already have the exact pool ID, avoiding a full pool list.
Instructions
[READ] One desktop pool by id (teaching 404 on a wrong id).
Same projection as one pool_list row — id, name, type, enabled, provisioning_enabled, assignment — fetched with a single GET instead of listing every pool. Use it to re-check one pool after a write, or when you already hold an id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | Horizon target from config.yaml; omit to use the default. | |
| pool_id | Yes | Horizon desktop-pool id (the opaque 'id' of a pool_list row, not the pool's display name). A wrong id returns a 404 whose hint tells you to re-run pool_list for exact ids. |