Red Hat · Schema
Red Hat Ansible Automation Platform Job
Schema for a job execution record in the Red Hat Ansible Automation Platform, representing a single run of a job template including its status, timing, and output metadata.
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | The unique numeric identifier of the job execution. |
| name | string | The name of the job, typically inherited from the job template. |
| description | string | A description of the job. |
| status | string | The current execution status of the job. |
| failed | boolean | Whether the job execution resulted in a failure. |
| started | stringnull | The ISO 8601 timestamp when job execution began. |
| finished | stringnull | The ISO 8601 timestamp when job execution completed. |
| elapsed | number | The elapsed wall-clock time in seconds for the job execution. |
| job_type | string | The type of job that was executed. |
| launch_type | string | How the job was launched. |
| job_template | integer | The ID of the job template that was executed. |
| inventory | integer | The ID of the inventory targeted by this job. |
| project | integer | The ID of the project containing the playbook. |
| playbook | string | The playbook filename that was executed. |
| forks | integer | The number of parallel processes used for execution. |
| limit | string | The host pattern used to limit the inventory scope. |
| verbosity | integer | The verbosity level of the job output (0=normal, 5=maximum debug). |
| extra_vars | string | Extra variables passed to the playbook in YAML or JSON format. |
| artifacts | object | Artifacts collected during job execution, such as set_stats data. |
| host_status_counts | object | Summary counts of host statuses from job execution. |
| created | string | The ISO 8601 timestamp when the job record was created. |
| modified | string | The ISO 8601 timestamp when the job record was last modified. |