HEX
Server: LiteSpeed
System: Linux s3604.bom1.stableserver.net 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
User: dmstechonline (1480)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: //lib/python3.6/site-packages/awscli/examples/iot/list-audit-mitigation-actions-tasks.rst
**To list audit mitigation action tasks**

The following ``list-audit-mitigation-actions-tasks`` example lists the mitigation actions that were applied to findings within the specified time period. ::

    aws iot list-audit-mitigation-actions-tasks \
        --start-time 1594157400 \
        --end-time 1594157430

Output::

    {
        "tasks": [
            {
                    "taskId": "0062f2d6-3999-488f-88c7-bef005414103",
                    "startTime": "2020-07-07T14:30:15.172000-07:00",
                "taskStatus": "COMPLETED"
            }
        ]
    }

For more information, see `ListAuditMitigationActionsTasks (Mitigation Action Commands) <https://docs.aws.amazon.com/iot/latest/developerguide/mitigation-action-commands.html#dd-api-iot-ListAuditMitigationActionsTasks>`__ in the *AWS IoT Developer Guide*.