Fetch a device pool by id.
Optionalopts: RequestOptionsThe organization's default pool. Back-compat single-pool read: the
backend (getOrganizationPool) returns the org's first pool. Use
list for all pools.
Optionalopts: RequestOptionsA device's WireGuard config within a pool.
Deliberate behavior change (D3): the legacy api-client swallowed 404 and
returned null; this method lets the pipeline's NotFoundError propagate
when the device has no WireGuard config in the pool.
Optionalopts: RequestOptionsAll device pools for an organization.
Optionalopts: RequestOptions
Device pool reads and per-device WireGuard config lookup.