/replication
Internal Endpoints
REST Endpoint |
Description |
GraphQL Query | CDM Availability |
---|---|---|---|
GET /replication/source | Retrieve the ID, name, and address for each replication source. | query replicationSources | Available |
v1 Endpoints
REST Endpoint |
Description |
GraphQL Query | CDM Availability |
---|---|---|---|
GET /replication/cluster_recovery | Retrieve the status of a replication recovery operation. This call must be made on the target cluster. | Restricted | |
POST /replication/cluster_recovery | Triggers a replication recovery job to recover the metadata of objects from the specified replaced source cluster on the target cluster to the specified new source cluster. This call must be made on the target cluster. | Restricted | |
POST /replication/location_pause/disable | A single Rubrik cluster can be the replication target for multiple source Rubrik clusters. For each source cluster specified, this resumes replication from that source cluster to the target cluster. This call must be made on the target cluster. | mutation disableReplicationPause | Available |
POST /replication/location_pause/enable | A single Rubrik cluster can be the replication target for multiple source Rubrik clusters. For each source cluster specified, this pauses replication from that source cluster to the target cluster. This call must be made on the target cluster. | mutation enableReplicationPause | Available |