Core
Reviewed Exec
Run an execution in a reviewed session
POST
Path Parameters
The id of the resource
Response
200
application/json
The execution has finished
The amount of time the execution took in miliseconds
Example:
5903
The shell exit code, any non zero code means an error
- 0 - Linux success exit code
- -2 - internal gateway code that means it was unable to obtain a valid exit code number from the agent outcome packet
- 254 - internal agent code that means it was unable to obtain a valid exit code number from the process
Example:
1
Inform if the connection has review enabled
Example:
false
Output contains an utf-8 output containing the outcome of the ad-hoc execution
Status reports if the outcome of the execution
- success - The execution was executed with success
- failed - In case of internal error or when the agent returns an exit code greater than 0 or different than -2
- running - The execution may still be running.
Available options:
success
, failed
, running
Example:
"failed"
Each execution creates a unique session id
Example:
"5701046A-7B7A-4A78-ABB0-A24C95E6FE54"
If the `output`` field is truncated or not
Example:
false