Initiates execution of an Automation runbook.
Headers
Request body
The name of the SSM document to run. This can be a public document or a custom document. To run a shared document belonging to another account, specify the document ARN. For more information about how to use shared documents, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/ssm-using-shared.html">Using shared SSM documents</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.
The version of the Automation runbook to use for this execution.
A key-value map of execution parameters, which match the declared parameters in the Automation runbook.
User-provided idempotency token. The token must be unique, is case insensitive, enforces the UUID format, and can't be reused.
The execution mode of the automation. Valid modes include the following: Auto and Interactive. The default mode is Auto.
The name of the parameter used as the target resource for the rate-controlled execution. Required if you specify targets.
A key-value mapping of document parameters to target resources. Both Targets and TargetMaps can't be specified together.
The maximum number of targets allowed to run this task in parallel. You can specify a number, such as 10, or a percentage, such as 10%. The default value is <code>10</code>.
Response
Success
The unique ID of a newly scheduled automation execution.