{ "opencollection": "1.0.0", "info": { "name": "AWS IoT Accept Certificate Transfer Mitigationactions API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Mitigationactions", "type": "folder" }, "items": [ { "info": { "name": "Amazon IoT Device Defender Describe Mitigation Action", "type": "http" }, "http": { "method": "GET", "url": "http://iot.{region}.amazonaws.com/mitigationactions/actions/:actionName", "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": "actionName", "value": "", "type": "path", "description": "The friendly name that uniquely identifies the mitigation action." } ] }, "docs": "
Gets information about a mitigation action.
Requires permission to access the DescribeMitigationAction action.
" }, { "info": { "name": "Amazon IoT Device Defender Create Mitigation Action", "type": "http" }, "http": { "method": "POST", "url": "http://iot.{region}.amazonaws.com/mitigationactions/actions/:actionName", "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": "actionName", "value": "", "type": "path", "description": "A friendly name for the action. Choose a friendly name that accurately describes the action (for example,EnableLoggingAction)."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Defines an action that can be applied to audit findings by using StartAuditMitigationActionsTask. Only certain types of mitigation actions can be applied to specific check names. For more information, see Mitigation actions. Each mitigation action can apply only one type of change.
Requires permission to access the UpdateMitigationAction. Instead, you must delete and recreate the mitigation action with the new name."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": " Updates the definition for the specified mitigation action. Requires permission to access the UpdateMitigationAction action. Deletes a defined mitigation action from your Amazon Web Services accounts. Requires permission to access the DeleteMitigationAction action. Gets a list of all mitigation actions that match the specified filter criteria. Requires permission to access the ListMitigationActions action.