Execute command in a shell session
Runs a command in an active shell session and waits for it to finish. The exit code and output will be returned in the response. Note that a variety of different errors can occur when executing the command. If the command finishes, even with an error code, a normal HTTP 200 response will be returned. However, if any other error occurs like the shell not responding or exiting unexpectedly, an HTTP 500 response will be returned.
Authorization
Authorization
RequiredBearer <token>The bearer token used is the session token that you receive from the handshake exchange.
In: header
Request Body
application/json
Requiredconnection
RequiredstringThe connection uuid
command
RequiredstringThe command to execute
The operation was successful. The shell command finished.