Get v1sandboxes 1
Get a sandbox by its server-issued id. Clients accepting a name use a reference already in
canonical sandbox id form (sbx- followed by 40 lowercase hex characters) as the id directly,
resolve any other reference within the selected project through ListSandboxes’ exact name
filter, and call this route with the resulting id. A
newly accepted sandbox is read through to runtime authority when its product record has not
appeared yet, preserving read-your-writes. When wait_state and wait_timeout_seconds are
supplied, it returns on that state or with the current row at deadline.
Authorizations
Hiloop API key sent as an HTTP Bearer token.
Path Parameters
The server-issued sandbox id to fetch. Clients that accept names use a reference already in
canonical sandbox id form (sbx- followed by 40 lowercase hex characters) as the id
directly, and resolve any other reference through ListSandboxes' exact name filter.
Query Parameters
Optional observed state to wait for. The request returns earlier if this state is observed.
requested, reserved, materializing, ready, running, stopped, terminating, failed, terminated, quarantined, attention Long-poll bound in seconds, from 1 through 25. At the deadline, the current sandbox is returned.
1 <= x <= 25Response
OK
The requested sandbox, read through to runtime authority when the product record is not yet visible.
- Option 1
- Option 2