Session Commands API

This proposed, not-yet-implemented endpoint retrieves commands executed during a session. It is currently marked Future Release; when available, a 200 OK response will return a list of commands.

Table 1. GET /ondemand/api/sessions/{id}/commands
Property Description
Summary [Planned] Fetch Session Commands.
Description
Note: This endpoint is proposed and not yet implemented. It is intended to retrieve commands executed during a session.
Status Future Release.
Responses
  • 200 OK: Successfully retrieved commands. For example - {"commands": ["ipconfig /all", "whoami"]}