v1

latestOpenAPI 3.0.02026-07-174784102.8 KB
Replication

List replication rules

List all replication rules

get/replication/rules

Query parameters

space_refstring

Unique path identifier for the final space in the branch. The value can be provided either as a fully URL-encoded path (e.g., organization%2Fproject) or as a plain path ending with a trailing plus sign (+) as separator (e.g., organization/project/+).

Response

Response for list replication rules

status'SUCCESS' | 'FAILURE' | 'ERROR' required

Indicates if the request was successful or not

Example response

{
  "data": {
    "pageCount": 100,
    "itemCount": 1,
    "pageSize": 10
  }
}