List Audit Findings
GET {{aws_internet_of_things_base_url}}/audit/findings&checkName=&endTime=&maxResults=&nextToken=&resourceIdentifier=&startTime=&taskId=?checkName&endTime&maxResults&nextToken&resourceIdentifier&startTime&taskId
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
checkName | null | A filter to limit results to the findings for the specified audit check. | |
endTime | null | A filter to limit results to those found before the specified time. You must specify either the startTime and endTime or the taskId, but not both. | |
maxResults | null | The maximum number of results to return at one time. The default is 25. | |
nextToken | null | The token for the next set of results. | |
resourceIdentifier | null | Information identifying the noncompliant resource. | |
startTime | null | 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. | |
taskId | null | A filter to limit results to the audit with the specified ID. You must specify either the taskId or the startTime and endTime, but not both. |