Create Topology
POST /topologies
Creates a new XDR topology for managing replication between Aerospike Cloud databases
Authorizations
Request Body required
object
object
Whether to ignore record expunges
Version shipping policy
Enable compression for XDR shipping
List of sets to ship
List of bins to ship
List of bins to ignore
object
ID of the database in the topology
object
ID of the target database for this connection
Responses
200
Topology creation initiated successfully
Response Schema
object
Unique identifier for the topology
Organization ID
Current status of the topology
object
Whether to ignore record expunges
Version shipping policy
Enable compression for XDR shipping
List of sets to ship
List of bins to ship
List of bins to ignore
object
ID of the database in the topology
object
ID of the target database for this connection
Timestamp when topology was created
Timestamp when topology was last updated
Example
{
"name": {
"globalXdr": {
"shipSets": [
"shipBins": [
"ignoreBin": [
"databases": [
{
"outboundConnections": [
{
400
Invalid input
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
401
Access token is missing or invalid
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
403
Permission denied
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
409
Conflict error
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error
Example
{
500
Internal Server Error
Response Headers
ID uniquely identifying the request/response cycle.
Response Schema
Generic API error
object
Unique (system-wide) error code for an error happened
Developer-friendly message explaining error