Lists mitigation actions executions for a Device Defender ML Detect Security Profile. Requires permission to access the ListDetectMitigationActionsExecutions action.
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET 'https://api.iotwireless.{region}.amazonaws.com/detect/mitigationactions/executions'
Response Response Example
200 - Example 1
{"actionsExecutions":[],"nextToken":"string"}
Request
Query Params
taskId
stringÂ
optional
The unique identifier of the task.
violationId
stringÂ
optional
The unique identifier of the violation.
thingName
stringÂ
optional
The name of the thing whose mitigation actions are listed.
startTime
stringÂ
optional
A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
endTime
stringÂ
optional
The end of the time period for which ML Detect mitigation actions executions are returned.
maxResults
integerÂ
optional
The maximum number of results to return at one time. The default is 25.