| id |
integer |
The unique identifier of the job. |
| name |
string |
The name of the job. |
| status |
string |
The current execution status of the job. |
| failed |
boolean |
Whether the job execution failed. |
| started |
string |
When the job execution started. |
| finished |
string |
When the job execution finished. |
| elapsed |
number |
The elapsed time in seconds for job execution. |
| job_template |
integer |
The ID of the job template that was executed. |
| inventory |
integer |
The ID of the inventory used for this job. |
| project |
integer |
The ID of the project used for this job. |
| playbook |
string |
The playbook that was executed. |
| launch_type |
string |
How the job was launched. |
| created |
string |
The date and time the job record was created. |