| PUT | /assessments/{assessmentId}/associateToAssessmentReport | Associates an evidence folder to an assessment report in an Audit Manager assessment. |
| PUT | /assessments/{assessmentId}/batchAssociateToAssessmentReport | Associates a list of evidence to an assessment report in an Audit Manager assessment. |
| POST | /assessments/{assessmentId}/delegations | Creates a batch of delegations for an assessment in Audit Manager. |
| PUT | /assessments/{assessmentId}/delegations | Deletes a batch of delegations for an assessment in Audit Manager. |
| PUT | /assessments/{assessmentId}/batchDisassociateFromAssessmentReport | Disassociates a list of evidence from an assessment report in Audit Manager. |
| POST | /assessments/{assessmentId}/controlSets/{controlSetId}/controls/{controlId}/evidence | Adds one or more pieces of evidence to a control in an Audit Manager assessment. You can import manual evidence from any S3 bucket by specifying the S3 URI of the object. You can also upload a file from your browser, or enter plain text in response to a risk assessment question. The following restrictions apply to this action: manualEvidence can be only one of the following: evidenceFileName, s3ResourcePath, or textResponse Maximum size of an individual evidence file: 100 MB Number of daily manual evidence uploads per control: 100 Supported file formats: See Supported file types for manual evidence in the Audit Manager User Guide For more information about Audit Manager service restrictions, see Quotas and restrictions for Audit Manager. |
| POST | /assessments | Creates an assessment in Audit Manager. |
| POST | /assessments/{assessmentId}/reports | Creates an assessment report for the specified assessment. |
| DELETE | /assessments/{assessmentId} | Deletes an assessment in Audit Manager. |
| DELETE | /assessments/{assessmentId}/reports/{assessmentReportId} | Deletes an assessment report in Audit Manager. When you run the DeleteAssessmentReport operation, Audit Manager attempts to delete the following data: The specified assessment report that’s stored in your S3 bucket The associated metadata that’s stored in Audit Manager If Audit Manager can’t access the assessment report in your S3 bucket, the report isn’t deleted. In this event, the DeleteAssessmentReport operation doesn’t fail. Instead, it proceeds to delete the associated metadata only. You must then delete the assessment report from the S3 bucket yourself. This scenario happens when Audit Manager receives a 403 (Forbidden) or 404 (Not Found) error from Amazon S3. To avoid this, make sure that your S3 bucket is available, and that you configured the correct permissions for Audit Manager to delete resources in your S3 bucket. For an example permissions policy that you can use, see Assessment report destination permissions in the Audit Manager User Guide. For information about the issues that could cause a 403 (Forbidden) or 404 (Not Found) error from Amazon S3, see List of Error Codes in the Amazon Simple Storage Service API Reference. |
| PUT | /assessments/{assessmentId}/disassociateFromAssessmentReport | Disassociates an evidence folder from the specified assessment report in Audit Manager. |
| GET | /assessments/{assessmentId} | Gets information about a specified assessment. |
| GET | /assessments/{assessmentId}/reports/{assessmentReportId}/url | Gets the URL of an assessment report in Audit Manager. |
| GET | /assessments/{assessmentId}/changelogs | Gets a list of changelogs from Audit Manager. |
| GET | /assessments/{assessmentId}/controlSets/{controlSetId}/evidenceFolders/{evidenceFolderId}/evidence/{evidenceId} | Gets information about a specified evidence item. |
| GET | /assessments/{assessmentId}/controlSets/{controlSetId}/evidenceFolders/{evidenceFolderId}/evidence | Gets all evidence from a specified evidence folder in Audit Manager. |
| GET | /assessments/{assessmentId}/controlSets/{controlSetId}/evidenceFolders/{evidenceFolderId} | Gets an evidence folder from a specified assessment in Audit Manager. |
| GET | /assessments/{assessmentId}/evidenceFolders | Gets the evidence folders from a specified assessment in Audit Manager. |
| GET | /assessments/{assessmentId}/evidenceFolders-by-assessment-control/{controlSetId}/{controlId} | Gets a list of evidence folders that are associated with a specified control in an Audit Manager assessment. |
| GET | /assessments | Returns a list of current and past assessments from Audit Manager. |
| PUT | /assessments/{assessmentId} | Edits an Audit Manager assessment. |
| PUT | /assessments/{assessmentId}/controlSets/{controlSetId}/controls/{controlId} | Updates a control within an assessment in Audit Manager. |
| PUT | /assessments/{assessmentId}/controlSets/{controlSetId}/status | Updates the status of a control set in an Audit Manager assessment. |
| PUT | /assessments/{assessmentId}/status | Updates the status of an assessment in Audit Manager. |