http://auditmanager.{region}.amazonaws.com/assessmentsCreates an assessment in Audit Manager.
The name of the assessment to be created.
The tags that are associated with the assessment.
The list of roles for the assessment.
The wrapper that contains the Amazon Web Services accounts and services that are in scope for the assessment.
The optional description of the assessment to be created.
The identifier for the framework that the assessment will be created from.
The location where Audit Manager saves assessment reports for the given assessment.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://auditmanager.{region}.amazonaws.com/assessments' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://auditmanager.{region}.amazonaws.com/assessmentsCreates an assessment in Audit Manager.
The name of the assessment to be created.
The tags that are associated with the assessment.
The list of roles for the assessment.
The wrapper that contains the Amazon Web Services accounts and services that are in scope for the assessment.
The optional description of the assessment to be created.
The identifier for the framework that the assessment will be created from.
The location where Audit Manager saves assessment reports for the given assessment.
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request POST \2 --url 'http://auditmanager.{region}.amazonaws.com/assessments' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}