Cloud Server Actions - Send command
POST
https://api.absam.io/v1/cloud-server/command
REQUEST HEADERS
access-token: xxxxxxxxxxxxxxxxxxxxxxxxxx
secret-access-token: xxxxxxxxxxxxxx
Generate the access token and secret access token on the dashboard.
REQUEST BODY
Name Type Description Required
id integer Cloud ID true
command string Command that will be sent to the server true
sleep integer Time in seconds to wait for the command to execute. Default: 10s false
Response parameters (JSON)
{
    "result": "success",
    "output": "Return of your command."
}