v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437208153.9 KB

Produces an assessment report that includes detailed and comprehensive results of a specified assessment run.

post/#X-Amz-Target=InspectorService.GetAssessmentReport

Headers

X-Amz-Target'InspectorService.GetAssessmentReport' required

Request body

assessmentRunArnstring required

The ARN that specifies the assessment run for which you want to generate a report.

reportFileFormat'HTML' | 'PDF' required

Specifies the file format (html or pdf) of the assessment report that you want to generate.

reportType'FINDING' | 'FULL' required

Specifies the type of the assessment report that you want to generate. There are two types of assessment reports: a finding report and a full report. For more information, see <a href="https://docs.aws.amazon.com/inspector/latest/userguide/inspector_reports.html">Assessment Reports</a>.

Response

Success

status'WORK_IN_PROGRESS' | 'FAILED' | 'COMPLETED' required

Specifies the status of the request to generate an assessment report.

urlstring

Specifies the URL where you can find the generated assessment report. This parameter is only returned if the report is successfully generated.