Post v1sandboxes snapshots
Snapshot a sandbox. An optional Idempotency-Key provides replay safety. The receipt reports local only after the storage snapshot exists and replicated only after remote upload is confirmed. wait_remote is bounded by wait_timeout_seconds; its deadline returns the original snapshot id with truthful local durability. An overlapping seal returns 409 snapshot_in_progress.
Authorizations
Hiloop API key sent as an HTTP Bearer token.
Headers
Optional idempotency key for this mutation. The server records the result from execution start. For at least 72 hours, reuse by the same organization and route replays the original status and body. A matching request still in flight or reuse for different input returns 409 idempotency_conflict. Keys are scoped by organization and route and contain 1-255 characters.
1 - 255Path Parameters
The sandbox to snapshot.
Body
Optional human-readable snapshot name used by list filtering, from 1 through 128 characters.
1 - 128When true, wait for confirmed remote replication before returning the receipt. When false, return after the local storage snapshot exists. The wait is bounded by wait_timeout_seconds.
Remote-replication wait bound in seconds, from 1 through 25. At the deadline, return the same snapshot id with truthful local durability rather than holding the request longer.
1 <= x <= 25