Red Hat · Example Payload

Red Hat Ansible Automation Platform Job Example

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Red Hat Ansible Automation Platform Job Example is an example object payload from Red Hat, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamestatusfailedstartedfinishedelapsedjob_templateinventoryprojectplaybooklaunch_typecreated

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "status": "example_value",
  "failed": true,
  "started": "example_value",
  "finished": "example_value",
  "elapsed": 42.5,
  "job_template": 10,
  "inventory": 10,
  "project": 10,
  "playbook": "example_value",
  "launch_type": "example_value",
  "created": "example_value"
}