Get Topology
GET /topologies/{topologyId}
Retrieves details of a specific topology
Authorizations
Parameters
Path Parameters
Responses
200
Topology details
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": [
{
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
{
404
Resource not found
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