GetArchitectureRecommendations - Amazon Route 53 Application Recovery Controller

GetArchitectureRecommendations

URI

/recoverygroups/recoveryGroupName/architectureRecommendations

HTTP methods

GET

Operation ID: GetArchitectureRecommendations

Gets recommendations about architecture designs for improving resiliency for an application, based on a recovery group.

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
200GetArchitectureRecommendationsOutput

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

Enables 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

{ "lastAuditTimestamp": "string", "nextToken": "string", "recommendations": [ { "recommendationText": "string" } ] }

Properties

GetArchitectureRecommendationsOutput

Result from GetArchitectureRecommendations call.

PropertyTypeRequiredDescription
lastAuditTimestamp

string

True

The time that a recovery group was last assessed for recommendations, in UTC ISO-8601 format.

nextToken

string

False

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

recommendations

Array of type Recommendation

True

A list of the recommendations for the customer's application.

Recommendation

Recommendations that are provided to make an application more recovery resilient.

PropertyTypeRequiredDescription
recommendationText

string

True

Text of the recommendations that are provided to make an application more recovery resilient.

See also

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

GetArchitectureRecommendations