Rundeck · JSON Structure

Rundeck Job Structure

Structure of a Rundeck automation job and its execution model

Type: Properties: 0
AutomationDevOpsJob SchedulingOrchestrationWorkflowsRunbookOpen-SourceIT Operations

Rundeck Job is a JSON Structure definition published by Rundeck.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Rundeck Job",
  "description": "Structure of a Rundeck automation job and its execution model",
  "fields": [
    {
      "name": "id",
      "type": "string (UUID)",
      "required": true,
      "description": "Unique job identifier"
    },
    {
      "name": "name",
      "type": "string",
      "required": true,
      "description": "Job name, unique within group and project"
    },
    {
      "name": "group",
      "type": "string",
      "required": false,
      "description": "Hierarchical group path (e.g., 'ops/deploy')"
    },
    {
      "name": "project",
      "type": "string",
      "required": true,
      "description": "Owning project name"
    },
    {
      "name": "description",
      "type": "string",
      "required": false,
      "description": "Human-readable job description"
    },
    {
      "name": "href",
      "type": "string (URI)",
      "required": false,
      "description": "API self-link URL"
    },
    {
      "name": "permalink",
      "type": "string (URI)",
      "required": false,
      "description": "Web UI permalink"
    },
    {
      "name": "scheduled",
      "type": "boolean",
      "required": false,
      "description": "Has a schedule configured"
    },
    {
      "name": "scheduleEnabled",
      "type": "boolean",
      "required": false,
      "description": "Schedule is currently active"
    },
    {
      "name": "enabled",
      "type": "boolean",
      "required": false,
      "description": "Job is enabled for execution",
      "default": true
    },
    {
      "name": "averageDuration",
      "type": "integer (ms)",
      "required": false,
      "description": "Average execution duration in milliseconds"
    },
    {
      "name": "options",
      "type": "array of JobOption",
      "required": false,
      "description": "Input parameters for the job",
      "nested": [
        {
          "name": "name",
          "type": "string",
          "required": true,
          "description": "Option name used in argument string"
        },
        {
          "name": "required",
          "type": "boolean",
          "required": false,
          "description": "Whether option must be provided"
        },
        {
          "name": "defaultValue",
          "type": "string",
          "required": false,
          "description": "Default value if not provided"
        },
        {
          "name": "secure",
          "type": "boolean",
          "required": false,
          "description": "Masked/secret option value"
        },
        {
          "name": "values",
          "type": "array of string",
          "required": false,
          "description": "Allowed values enumeration"
        }
      ]
    }
  ],
  "relationships": [
    {
      "name": "belongs_to",
      "target": "Project",
      "cardinality": "many-to-one",
      "description": "A job belongs to exactly one Rundeck project"
    },
    {
      "name": "has_executions",
      "target": "Execution",
      "cardinality": "one-to-many",
      "description": "A job can have many execution instances"
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/rundeck-job-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.