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.
Name | Type | Required | Description |
---|---|---|---|
recoveryGroupName | String | True | The name of a recovery group. |
Name | Type | Required | Description |
---|---|---|---|
nextToken | String | False | The token that identifies which batch of results you want to see. |
maxResults | String | False | The number of objects that you want to return with this call. |
Status code | Response model | Description |
---|---|---|
200 | GetArchitectureRecommendationsOutput | 200 response - Success. |
400 | None | 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. |
403 | None | 403 response - Access denied exception. You do not have sufficient access to perform this action. |
404 | None | 404 response - Malformed query string. The query string contains a syntax error or resource not found. |
429 | None | 429 response - Limit exceeded exception or too many requests exception. |
500 | None | 500 response - Internal service error or temporary service error. Retry the request. |
OPTIONS
Enables CORS by returning correct headers.
Name | Type | Required | Description |
---|---|---|---|
recoveryGroupName | String | True | The name of a recovery group. |
Status code | Response model | Description |
---|---|---|
200 | None | 200 response - Success. |
Schemas
Response bodies
{ "lastAuditTimestamp": "string", "nextToken": "string", "recommendations": [ { "recommendationText": "string" } ] }
Properties
GetArchitectureRecommendationsOutput
Result from GetArchitectureRecommendations
call.
Property | Type | Required | Description |
---|---|---|---|
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.
Property | Type | Required | Description |
---|---|---|---|
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: