SSH Action Launch Fields
To fetch metadata of a SSH Action Launch object send a GET request to:
https://api.assembla.com/v1/meta/ssh_action_launches.(json|xml)
example. request json with curl utility:
curl -H "authorization: bearer _token" https://api.assembla.com/v1/meta/ssh_actions.json
example. request xml with curl utility:
curl -H "authorization: bearer _token" https://api.assembla.com/v1/meta/ssh_actions.xml
table below is the list of fields contained in the response, this list will be properly formatted to json or xml as requested.
Fields
| Param | Data type | Access | Description |
|---|---|---|---|
| id | integer | read | SSH Action Launch identifier |
| action_id | integer | write | SSH Action idenfitier |
| output | text | read | Output of the command. If requested through index/show actions, short output will be presented (up to 15 lines), if requested through output action, full output will be presented |
| success | boolean | read | Response if action was successful or not |
| command | string | read | Command that was run |
| started_at | datetime | read | When launch was started |
| ended_at | datetime | read/write | When launch ended |