v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-143210492.3 KB

Gets individual readiness status for a readiness check. To see the overall readiness status for a recovery group, that considers the readiness status for all the readiness checks in the recovery group, use GetRecoveryGroupReadinessSummary.

get/readinesschecks/{readinessCheckName}/resource/{resourceIdentifier}/status

Path parameters

readinessCheckNamestring required

Name of a readiness check.

resourceIdentifierstring required

The resource identifier, which is the Amazon Resource Name (ARN) or the identifier generated for the resource by Application Recovery Controller (for example, for a DNS target resource).

Query parameters

maxResultsinteger

The number of objects that you want to return with this call.

nextTokenstring

The token that identifies which batch of results you want to see.

Response

Success

NextTokenstring

The token that identifies which batch of results you want to see.

Readiness'READY' | 'NOT_READY' | 'UNKNOWN' | 'NOT_AUTHORIZED'

The readiness at a rule level.