Red Hat · Example Payload

Red Hat Ansible Automation Platform Job Template Example

A sample description.

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Top-level fields

idnamedescriptionjob_typeinventoryprojectplaybookforkslimitverbosityextra_varsask_variables_on_launchask_inventory_on_launchask_credential_on_launchsurvey_enabledcreatedmodified

Example Payload

Raw ↑
{
  "id": "abc123",
  "name": "Example Title",
  "description": "A sample description.",
  "job_type": "example_value",
  "inventory": 10,
  "project": 10,
  "playbook": "example_value",
  "forks": 10,
  "limit": "example_value",
  "verbosity": 10,
  "extra_vars": "example_value",
  "ask_variables_on_launch": true,
  "ask_inventory_on_launch": true,
  "ask_credential_on_launch": true,
  "survey_enabled": true,
  "created": "example_value",
  "modified": "example_value"
}