TestMigration
Async API to test connection between source and target replication group.
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
- CustomerNodeEndpointList.member.N
-
List of endpoints from which data should be migrated. List should have only one element.
Type: Array of CustomerNodeEndpoint objects
Required: Yes
- ReplicationGroupId
-
The ID of the replication group to which data is to be migrated.
Type: String
Required: Yes
Response Elements
The following element is returned by the service.
- ReplicationGroup
-
Contains all of the attributes of a specific Valkey or Redis OSS replication group.
Type: ReplicationGroup object
Errors
For information about the errors that are common to all actions, see Common Errors.
- InvalidParameterValue
-
The value for a parameter is invalid.
HTTP Status Code: 400
- InvalidReplicationGroupState
-
The requested replication group is not in the
available
state.HTTP Status Code: 400
- ReplicationGroupAlreadyUnderMigrationFault
-
The targeted replication group is not available.
HTTP Status Code: 400
- ReplicationGroupNotFoundFault
-
The specified replication group does not exist.
HTTP Status Code: 404
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: