Red Hat · JSON Structure

Red Hat Ansible Automation Platform Job Template Structure

Type: object Properties: 17
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

JobTemplate is a JSON Structure definition published by Red Hat, describing 17 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name description job_type inventory project playbook forks limit verbosity extra_vars ask_variables_on_launch ask_inventory_on_launch ask_credential_on_launch survey_enabled created modified

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JobTemplate",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "job_type": {
      "type": "string"
    },
    "inventory": {
      "type": "integer"
    },
    "project": {
      "type": "integer"
    },
    "playbook": {
      "type": "string"
    },
    "forks": {
      "type": "integer"
    },
    "limit": {
      "type": "string"
    },
    "verbosity": {
      "type": "integer"
    },
    "extra_vars": {
      "type": "string"
    },
    "ask_variables_on_launch": {
      "type": "boolean"
    },
    "ask_inventory_on_launch": {
      "type": "boolean"
    },
    "ask_credential_on_launch": {
      "type": "boolean"
    },
    "survey_enabled": {
      "type": "boolean"
    },
    "created": {
      "type": "string"
    },
    "modified": {
      "type": "string"
    }
  }
}