Create Sandbox Shell
Path Parameters
sandboxId*string
The sandbox ID
orgId*string
The organization ID
Request Body
application/json
command*string
The command to execute in the shell.
Length
1 <= lengthuseTty?boolean
Whether to use a TTY for the shell session.
Default
falsetimeoutSeconds?number
Optional timeout for the shell session in seconds.
Range
1 <= value <= 86400workingDirectory?string
Optional working directory for the shell session.
ttyRows?number
Number of rows for TTY (if useTty is true).
Range
1 <= valuettyCols?number
Number of columns for TTY (if useTty is true).
Range
1 <= valueResponse Body
application/json
curl -X POST "https://loading/api/orgs/string/sandboxes/string/shell" \ -H "Content-Type: application/json" \ -d '{ "command": "string" }'{
"sessionId": "string"
}