Sandbox / SandboxInfo
Interface: SandboxInfo
Information about a sandbox.
Properties
allowInternetAccess?
optionalallowInternetAccess?:boolean
Whether internet access was explicitly enabled or disabled for the sandbox.
cpuCount
cpuCount:
number
Sandbox CPU count.
endAt
endAt:
Date
Sandbox expiration date.
envdVersion
envdVersion:
string
Envd version.
lifecycle?
optionallifecycle?:SandboxInfoLifecycle
Sandbox lifecycle configuration.
memoryMB
memoryMB:
number
Sandbox Memory size in MiB.
metadata
metadata:
Record<string,string>
Saved sandbox metadata.
name?
optionalname?:string
Template name.
network?
optionalnetwork?:SandboxNetworkInfo
Sandbox network configuration.
sandboxDomain?
optionalsandboxDomain?:string
Sandbox domain.
sandboxId
sandboxId:
string
Sandbox ID.
startedAt
startedAt:
Date
Sandbox start time.
state
state:
SandboxState
Sandbox state.
String
can be running or paused
templateId
templateId:
string
Template ID.