sandboxes
Sandbox
Get a sandbox by id
get/sandboxes/{sandboxID}
Path parameters
sandboxIDstring required
Response
Successfully returned the sandbox
templateIDstring required
Identifier of the template from which is the sandbox created
aliasstring
Alias of the template
sandboxIDstring required
Identifier of the sandbox
clientIDstring required
Identifier of the client
startedAtstring date-time required
Time when the sandbox was started
endAtstring date-time required
Time when the sandbox will expire
envdVersionstring required
Version of the envd running in the sandbox
envdAccessTokenstring
Access token used for envd communication
allowInternetAccessboolean nullable
Whether internet access was explicitly enabled or disabled for the sandbox. Null means it was not explicitly set.
domainstring nullable
Base domain where the sandbox traffic is accessible
cpuCountinteger required
CPU cores for the sandbox
memoryMBinteger required
Memory for the sandbox in MiB
diskSizeMBinteger required
Disk size for the sandbox in MiB
{"stackTrail":"components:schemas:SandboxMetadata","oasType":"schema","type":"unknown"}
state'running' | 'paused' required
State of the sandbox