Get CRR Status

This GET request checks whether cross-region replication is enabled for all locations configured as destination replication endpoints.

Request

GET /_/backbeat/api/crr/status

Response

{
  "location1": "disabled",
  "location2": "enabled"
}