| id |
integer |
Unique numeric identifier for the job. |
| name |
string |
Name of the job template that spawned this job. |
| status |
string |
Current job status. |
| playbook |
string |
Playbook file executed by this job. |
| started |
string |
Timestamp when the job started executing. |
| finished |
string |
Timestamp when the job finished. |
| elapsed |
number |
Job duration in seconds. |
| job_type |
string |
Type of Ansible job. |
| launch_type |
string |
How the job was launched. |
| verbosity |
integer |
Ansible verbosity level (0-5). |
| limit |
string |
Host pattern limit applied to this job run. |
| extra_vars |
string |
Extra variables passed to the playbook as a JSON string. |
| inventory |
integer |
ID of the inventory used by this job. |
| project |
integer |
ID of the project containing the playbook. |
| result_traceback |
string |
Error traceback if the job failed. |
| created |
string |
Timestamp when the job record was created. |
| modified |
string |
Timestamp when the job record was last modified. |