Skip to content

API : Prefixes

Jon Seed edited this page Aug 23, 2016 · 1 revision

Get Prefixes

GET /prefixes

Returns a list of all of the prefixes being watched.

Sample response data

{
  "items": [
    {
      "prefix": "PRE"
    },
    {
      "prefix": "DEV"
    },
    {
      "prefix": "PROD"
    }
  ]
}

Add Prefix

POST /prefixes/{prefix}

Adds a new prefix to the replication watcher.

Remove Prefix

DELETE /prefixes/{prefix}

Removes a prefix from the replication watcher.