ApiSchemas
SandboxState
One shape from the contract, as it appears on the wire.
Used by sandboxes.get, sandboxes.list, sandboxes.release, sandboxes.resume, sandboxes.snapshot
Referenced from Sandbox
JSON Schema
{
"type": "string",
"enum": [
"provisioning",
"running",
"idle",
"snapshotting",
"snapshotted",
"resuming",
"destroyed",
"failed"
]
}