Execute a command
POST/api/node/:hostname/command/exec
Execute a command directly without a shell. This is the safer option as it does not interpret shell metacharacters.
Request
Responses
- 202
- 400
- 401
- 403
- 500
Command execution accepted.
Invalid request payload.
Unauthorized - API key required
Forbidden - Insufficient permissions
Error executing command.