GetRecoveryGroupReadinessSummary - Amazon Route 53 Application Recovery Controller

GetRecoveryGroupReadinessSummary

URI

/recoverygroupreadiness/recoveryGroupName

HTTP methods

GET

Operation ID: GetRecoveryGroupReadinessSummary

Displays a summary of information about a recovery group's readiness status. Includes the readiness checks for resources in the recovery group and the readiness status of each one.

Path parameters
NameTypeRequiredDescription
recoveryGroupNameStringTrue

The name of a recovery group.

Query parameters
NameTypeRequiredDescription
nextTokenStringFalse

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

maxResultsStringFalse

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

Responses
Status codeResponse modelDescription
200GetRecoveryGroupReadinessSummaryOutput

200 response - Success.

400None

400 response - Multiple causes. For example, you might have a malformed query string, an input parameter might be out of range, or you used parameters together incorrectly.

403None

403 response - Access denied exception. You do not have sufficient access to perform this action.

404None

404 response - Malformed query string. The query string contains a syntax error or resource not found.

429None

429 response - Limit exceeded exception or too many requests exception.

500None

500 response - Internal service error or temporary service error. Retry the request.

OPTIONS

Enable CORS by returning correct headers

Path parameters
NameTypeRequiredDescription
recoveryGroupNameStringTrue

The name of a recovery group.

Responses
Status codeResponse modelDescription
200None

200 response - Success.

Schemas

Response bodies

{ "nextToken": "string", "readiness": enum, "readinessChecks": [ { "readinessCheckName": "string", "readiness": enum } ] }

Properties

GetRecoveryGroupReadinessSummaryOutput

Result of a GetReadinessRecoveryGroupSummary operation.

PropertyTypeRequiredDescription
nextToken

string

True

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

readiness

Readiness

True

The readiness status at a recovery group level.

readinessChecks

Array of type ReadinessCheckSummary

True

Summaries of the readiness checks for the recovery group.

Readiness

The readiness status.

  • READY

  • NOT_READY

  • UNKNOWN

  • NOT_AUTHORIZED

ReadinessCheckSummary

Summary of all readiness check statuses in a recovery group, paginated in GetRecoveryGroupReadinessSummary and GetCellReadinessSummary.

PropertyTypeRequiredDescription
readiness

Readiness

False

The readiness status of this readiness check.

readinessCheckName

string

False

The name of a readiness check.

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

GetRecoveryGroupReadinessSummary