SendCommand
against three managed nodes, then a command invocation is created for each requested managed node ID. ListCommandInvocations
provide status about command execution.curl --location -g --request POST 'http://ssm.{region}.amazonaws.com/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"CommandId": "string",
"InstanceId": "string",
"MaxResults": 0,
"NextToken": "string",
"Filters": [],
"Details": true
}'
{
"CommandInvocations": [],
"NextToken": "string"
}