ClientServerCommandGetResponse
Authorizations
X-API-KeystringRequired
Path parameters
clientIdintegerRequiredExample:
ID of the client
42serverUuidstring · uuidRequiredExample:
UUID of the server
550e8400-e29b-41d4-a716-446655440000commandUuidstring · uuidRequiredExample:
UUID of the server command
550e8400-e29b-41d4-a716-446655440000Responses
200
Successful operation
application/json
401
Unauthenticated
404
Server command not found
application/json
get
/api/v1/client/{clientId}/server/{serverUuid}/command/{commandUuid}Authorizations
X-API-KeystringRequired
Path parameters
clientIdintegerRequired
ID of the client
serverUuidstring · uuidRequired
UUID of the server
Query parameters
pageintegerOptionalExample:
Page number for pagination
1perPageintegerOptionalExample:
Number of items per page
15Responses
200
Successful operation
application/json
401
Unauthenticated
get
/api/v1/client/{clientId}/server/{serverUuid}/commandAuthorizations
X-API-KeystringRequired
Path parameters
clientIdintegerRequired
ID of the client
serverUuidstring · uuidRequired
UUID of the server
Body
ClientServerCommand request model
commandstringOptionalExample:
Command to be executed on delivered server
rebootResponses
200
Successful operation
application/json
Response model for the created server command
400
Bad Request
401
Unauthenticated
422
Unprocessable Content
post
/api/v1/client/{clientId}/server/{serverUuid}/commandLast updated
Was this helpful?