Skip to content

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
number
Required

Request Body

application/json
JSON
{
}

Responses

Command result with stdout, stderr, exitCode

application/json
JSON
{
}

Playground

Server
Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI

Distributed under the MIT License