Execute a shell command
POST/api/node/:hostname/command/shell
Execute a command through /bin/sh -c. Supports shell features like pipes, redirects, and variable expansion.
Request
Responses
- 202
- 400
- 401
- 403
- 500
Shell command execution accepted.
Invalid request payload.
Unauthorized - API key required
Forbidden - Insufficient permissions
Error executing shell command.