API Reference
Shell
Requests of shell collection
Requests
| Request | Method | Path |
|---|---|---|
| List Shell | GET | /api/shell/ |
| Create Shell | POST | /api/shell/ |
| Connect Shell | GET | /api/shell/${identity}/ |
| Resize Shell | PUT | /api/shell/resize/ |
| Execute Shell | PUT | /api/shell/execute/ |
| Kill Shell | PUT | /api/shell/kill/ |
| Remove Shell | DELETE | /api/shell/ |
| Remove Batch Shell | DELETE | /api/shell/batch/ |