GetRecoveryGroup, UpdateRecoveryGroup, DeleteRecoveryGroup
URI
/recoverygroups/
recoveryGroupName
HTTP methods
GET
Operation ID: GetRecoveryGroup
Gets details about a recovery group, including a list of the cells that are included in it.
Name | Type | Required | Description |
---|---|---|---|
recoveryGroupName | String | True | The name of a recovery group. |
Status code | Response model | Description |
---|---|---|
200 | RecoveryGroupOutput | 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. |
PUT
Operation ID: UpdateRecoveryGroup
Updates a recovery group.
Name | Type | Required | Description |
---|---|---|---|
recoveryGroupName | String | True | The name of a recovery group. |
Status code | Response model | Description |
---|---|---|
200 | RecoveryGroupOutput | 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. |
DELETE
Operation ID: DeleteRecoveryGroup
Deletes a recovery group.
Name | Type | Required | Description |
---|---|---|---|
recoveryGroupName | String | True | The name of a recovery group. |
Status code | Response model | Description |
---|---|---|
204 | None | 204 response - Successful deletion |
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
Enable 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
Request bodies
{ "cells": [ "string" ] }
Response bodies
{ "cells": [ "string" ], "recoveryGroupName": "string", "recoveryGroupArn": "string", "tags": { } }
Properties
RecoveryGroupOutput
A representation of the application, typically containing multiple cells.
Property | Type | Required | Description |
---|---|---|---|
cells | Array of type string | True | A list of a cell's Amazon Resource Names (ARNs). |
recoveryGroupArn | string MaxLength: 256 | True | The Amazon Resource Name (ARN) for the recovery group. |
recoveryGroupName | string Pattern: MaxLength: 64 | True | The name of the recovery group. |
tags | False | The tags associated with the recovery group. |
RecoveryGroupUpdateParameters
Parameters used to update a recovery group.
Property | Type | Required | Description |
---|---|---|---|
cells | Array of type string | True | A list of cell Amazon Resource Names (ARNs). This list completely replaces the previous list. |
Tags
A collection of tags associated with a resource.
Property | Type | Required | Description |
---|---|---|---|
| string | False |
See also
For more information about using this API in one of the language-specific AWS SDKs and references, see the following: