{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Active Violations API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Active Violations", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Device Defender List Active Violations", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/active-violations", "headers": [ { "name": "X-Amz-Content-Sha256", "value": "" }, { "name": "X-Amz-Date", "value": "" }, { "name": "X-Amz-Algorithm", "value": "" }, { "name": "X-Amz-Credential", "value": "" }, { "name": "X-Amz-Security-Token", "value": "" }, { "name": "X-Amz-Signature", "value": "" }, { "name": "X-Amz-SignedHeaders", "value": "" } ], "params": [ { "name": "thingName", "value": "", "type": "query", "description": "The name of the thing whose active violations are listed." }, { "name": "securityProfileName", "value": "", "type": "query", "description": "The name of the Device Defender security profile for which violations are listed." }, { "name": "behaviorCriteriaType", "value": "", "type": "query", "description": " The criteria for a behavior. " }, { "name": "listSuppressedAlerts", "value": "", "type": "query", "description": " A list of all suppressed alerts. " }, { "name": "verificationState", "value": "", "type": "query", "description": "The verification state of the violation (detect alarm)." }, { "name": "nextToken", "value": "", "type": "query", "description": "The token for the next set of results." }, { "name": "maxResults", "value": "", "type": "query", "description": "The maximum number of results to return at one time." } ] }, "docs": "

Lists the active violations for a given Device Defender security profile.

Requires permission to access the ListActiveViolations action.

" } ] } ], "bundled": true }