Execute automation documentAsk AIpost https://api.corestack.io/v1/runbook/{tenant_id}/AWS/automation/{document_id}Execute a automation document with all required parametersPath Paramstenant_idstringrequireddocument_idstringrequiredBody Paramscloud_account_idstringrequiredCloud Account id for which command document need to be executed.regionstringrequiredRegion of the document to be executed.document_namestringrequiredName of the document.document_versionstringrequiredThe SSM document version to use in the request.document_hashstringThe cryptographic hash value of the document content.document_hash_typestringenumThe hash algorithm used to calculate the hash valueSha256Sha256Sha1Allowed:Sha256Sha1parametersobjectThe required and optional parameters specified in the document being run.parameters objectmax_concurrencystringThe maximum number of managed nodes that are allowed to run the command at the same time.max_errorsstringThe maximum number of errors allowed without the command failing.alarm_configurationobjectalarm_configuration objectchange_idstringService Now tracking idclient_tokenstringClient auth token.modestringExecution mode of the document.target_parameter_namestringThe name of the parameter used as the target resource for the rate-controlled execution.targetsarray of objectsAn array of search criteria that targets managed nodes using a Key,Value combination.targetsADD objecttarget_mapsobjectA key-value mapping of document parameters to target resources.target_maps objecttarget_locationsarray of objectsA location is a combination of AWS Regions and/or AWS accounts.target_locationsADD objecttagsarray of objectsList of tag key/value pairstagsADD objectResponses 200Created 400Bad Request 401Unauthorized 500Internal Server ErrorUpdated about 2 months ago