{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Detect API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Detect", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Device Defender Cancel Detect Mitigation Actions Task", "type": "http" }, "http": { "method": "PUT", "url": "http://iot.{region}.amazonaws.com/detect/mitigationactions/tasks/:taskId/cancel", "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": "taskId", "value": "", "type": "path", "description": " The unique identifier of the task. " } ] }, "docs": "
Cancels a Device Defender ML Detect mitigation action.
Requires permission to access the CancelDetectMitigationActionsTask action.
" }, { "info": { "name": "Amazon IoT Device Defender Describe Detect Mitigation Actions Task", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/detect/mitigationactions/tasks/:taskId", "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": "taskId", "value": "", "type": "path", "description": " The unique identifier of the task. " } ] }, "docs": "Gets information about a Device Defender ML Detect mitigation action.
Requires permission to access the DescribeDetectMitigationActionsTask action.
" }, { "info": { "name": "Amazon IoT Device Defender Start Detect Mitigation Actions Task", "type": "http" }, "http": { "method": "PUT", "url": "http://iot.{region}.amazonaws.com/detect/mitigationactions/tasks/:taskId", "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": "taskId", "value": "", "type": "path", "description": " The unique identifier of the task. " } ], "body": { "type": "json", "data": "{}" } }, "docs": "Starts a Device Defender ML Detect mitigation actions task.
Requires permission to access the StartDetectMitigationActionsTask action.
" }, { "info": { "name": "Amazon IoT Device Defender List Detect Mitigation Actions Executions", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/detect/mitigationactions/executions", "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": "taskId", "value": "", "type": "query", "description": " The unique identifier of the task. " }, { "name": "violationId", "value": "", "type": "query", "description": " The unique identifier of the violation. " }, { "name": "thingName", "value": "", "type": "query", "description": " The name of the thing whose mitigation actions are listed. " }, { "name": "startTime", "value": "", "type": "query", "description": " 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. " }, { "name": "endTime", "value": "", "type": "query", "description": " The end of the time period for which ML Detect mitigation actions executions are returned. " }, { "name": "maxResults", "value": "", "type": "query", "description": " The maximum number of results to return at one time. The default is 25. " }, { "name": "nextToken", "value": "", "type": "query", "description": " The token for the next set of results. " } ] }, "docs": "Lists mitigation actions executions for a Device Defender ML Detect Security Profile.
Requires permission to access the ListDetectMitigationActionsExecutions action.
" }, { "info": { "name": "Amazon IoT Device Defender List Detect Mitigation Actions Tasks", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/detect/mitigationactions/tasks#startTime&endTime", "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": "maxResults", "value": "", "type": "query", "description": "The maximum number of results to return at one time. The default is 25." }, { "name": "nextToken", "value": "", "type": "query", "description": " The token for the next set of results. " }, { "name": "startTime", "value": "", "type": "query", "description": " 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. " }, { "name": "endTime", "value": "", "type": "query", "description": " The end of the time period for which ML Detect mitigation actions tasks are returned. " } ] }, "docs": "List of Device Defender ML Detect mitigation actions tasks.
Requires permission to access the ListDetectMitigationActionsTasks action.
" } ] } ], "bundled": true }