List Topologies
GET /topologies
Lists all topologies for the organization
Authorizations
Responses
200
List of topologies
Response Schema
object
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
{
"topologies": [
{
"name": {
"globalXdr": {
"shipSets": [
"shipBins": [
"ignoreBin": [
"databases": [
{
"outboundConnections": [
{
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
{
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