v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1463330397.6 KB

Lists the assessments for an Resilience Hub application. You can use request parameters to refine the results for the response object.

get/list-app-assessments

Query parameters

appArnstring

Amazon Resource Name (ARN) of the Resilience Hub application. The format for this ARN is: arn:<code>partition</code>:resiliencehub:<code>region</code>:<code>account</code>:app/<code>app-id</code>. For more information about ARNs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html"> Amazon Resource Names (ARNs)</a> in the <i>Amazon Web Services General Reference</i> guide.

assessmentNamestring

The name for the assessment.

assessmentStatusAssessmentStatus[]

The current status of the assessment for the resiliency policy.

complianceStatus'PolicyBreached' | 'PolicyMet' | 'NotApplicable' | 'MissingPolicy'

The current status of compliance for the resiliency policy.

invoker'User' | 'System'

Specifies the entity that invoked a specific assessment, either a <code>User</code> or the <code>System</code>.

maxResultsinteger

Maximum number of results to include in the response. If more results exist than the specified <code>MaxResults</code> value, a token is included in the response so that the remaining results can be retrieved.

nextTokenstring

Null, or the token from a previous call to get the next set of results.

reverseOrderboolean

The default is to sort by ascending <b>startTime</b>. To sort by descending <b>startTime</b>, set reverseOrder to <code>true</code>.

Response

Success

nextTokenstring

Token for the next set of results, or null if there are no more results.