curl --location -g --request POST 'https://api.iotwireless.{region}.amazonaws.com/audit/tasks' \
--header 'Content-Type: application/json' \
--data-raw '{
"targetCheckNames": [
"string"
]
}'
{
"taskId": "string"
}
DescribeAccountAuditConfiguration
to see the list of all checks, including those that are enabled or UpdateAccountAuditConfiguration
to select which checks are enabled.