Execute Command
POST
/connections/{entryId}/exec
Executes a single command on a server entry and returns the output.
Authorizations
BearerAuth
Enter your session token to authenticate API requests
Type
HTTP (bearer)
Parameters
Path Parameters
entryId*
Entry ID
Type
Requirednumber
Request Body
application/json
JSON
{
}
Responses
Command result with stdout, stderr, exitCode
application/json
JSON
{
}
