Red Hat · Schema

JobTemplate

A job template defines the parameters for running an Ansible playbook against an inventory of managed hosts.

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen-Source

Properties

Name Type Description
id integer The unique identifier of the job template.
name string The name of the job template.
description string A description of the job template.
job_type string The type of job to execute.
inventory integer The ID of the inventory to run against.
project integer The ID of the project containing the playbook.
playbook string The playbook filename to execute from the project.
forks integer The number of parallel processes to use for execution.
limit string A host pattern to further limit the inventory scope.
verbosity integer The verbosity level for job output (0-5).
extra_vars string Extra variables in YAML or JSON format.
ask_variables_on_launch boolean Whether to prompt for extra variables on launch.
ask_inventory_on_launch boolean Whether to prompt for inventory on launch.
ask_credential_on_launch boolean Whether to prompt for credentials on launch.
survey_enabled boolean Whether the survey is enabled for this template.
created string The date and time the template was created.
modified string The date and time the template was last modified.
View JSON Schema on GitHub

JSON Schema

red-hat-ansible-automation-platform-job-template-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "JobTemplate",
  "type": "object",
  "description": "A job template defines the parameters for running an Ansible playbook against an inventory of managed hosts.",
  "properties": {
    "id": {
      "type": "integer",
      "description": "The unique identifier of the job template."
    },
    "name": {
      "type": "string",
      "description": "The name of the job template."
    },
    "description": {
      "type": "string",
      "description": "A description of the job template."
    },
    "job_type": {
      "type": "string",
      "description": "The type of job to execute."
    },
    "inventory": {
      "type": "integer",
      "description": "The ID of the inventory to run against."
    },
    "project": {
      "type": "integer",
      "description": "The ID of the project containing the playbook."
    },
    "playbook": {
      "type": "string",
      "description": "The playbook filename to execute from the project."
    },
    "forks": {
      "type": "integer",
      "description": "The number of parallel processes to use for execution."
    },
    "limit": {
      "type": "string",
      "description": "A host pattern to further limit the inventory scope."
    },
    "verbosity": {
      "type": "integer",
      "description": "The verbosity level for job output (0-5)."
    },
    "extra_vars": {
      "type": "string",
      "description": "Extra variables in YAML or JSON format."
    },
    "ask_variables_on_launch": {
      "type": "boolean",
      "description": "Whether to prompt for extra variables on launch."
    },
    "ask_inventory_on_launch": {
      "type": "boolean",
      "description": "Whether to prompt for inventory on launch."
    },
    "ask_credential_on_launch": {
      "type": "boolean",
      "description": "Whether to prompt for credentials on launch."
    },
    "survey_enabled": {
      "type": "boolean",
      "description": "Whether the survey is enabled for this template."
    },
    "created": {
      "type": "string",
      "description": "The date and time the template was created."
    },
    "modified": {
      "type": "string",
      "description": "The date and time the template was last modified."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/red-hat-ansible-automation-platform-job-template"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.