Region Mapping for a subclient
This operation is used to add source and destination regions to an RDS subclient.
Path Parameters
- Secondarysnapcopyid integer required
Id of the secondary snap copy from the plan.
- application/json
Request Body
regionMap object[]
sourceRegion string requiredRegion where source snapshot is located.
destinationRegion string requiredRegion where destination snapshot must be replicated.
subClient object
subclientId integer requiredRDS subclient id.
Responses
- 200
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "",
"errorCode": 0
}
Not Found
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- errorMessage string
- errorCode integer
{
"errorMessage": "string",
"errorCode": 0
}
{
"errorMessage": "Please enter valid subclient id",
"errorCode": 0
}
Loading...