SsmAutomation

Details about the Systems Manager automation document that will be used as a runbook during an incident.

AutomationDevOpsIncident Management

Properties

Name Type Description
documentName object
documentVersion object
dynamicParameters object
parameters object
roleArn object
targetAccount object
View JSON Schema on GitHub

JSON Schema

incident-manager-ssm-automation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-incident-manager/refs/heads/main/json-schema/incident-manager-ssm-automation-schema.json",
  "title": "SsmAutomation",
  "description": "Details about the Systems Manager automation document that will be used as a runbook during an incident.",
  "type": "object",
  "properties": {
    "documentName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SsmAutomationDocumentNameString"
        },
        {
          "description": "The automation document's name."
        }
      ]
    },
    "documentVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SsmAutomationDocumentVersionString"
        },
        {
          "description": "The automation document's version to use when running."
        }
      ]
    },
    "dynamicParameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DynamicSsmParameters"
        },
        {
          "description": "The key-value pair to resolve dynamic parameter values when processing a Systems Manager Automation runbook."
        }
      ]
    },
    "parameters": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SsmParameters"
        },
        {
          "description": "The key-value pair parameters to use when running the automation document."
        }
      ]
    },
    "roleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RoleArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the role that the automation document will assume when running commands."
        }
      ]
    },
    "targetAccount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SsmTargetAccount"
        },
        {
          "description": "The account that the automation document will be run in. This can be in either the management account or an application account."
        }
      ]
    }
  },
  "required": [
    "documentName",
    "roleArn"
  ]
}

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/incident-manager-ssm-automation"
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 email required.

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