We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
GET /prefixes
Returns a list of all of the prefixes being watched.
{ "items": [ { "prefix": "PRE" }, { "prefix": "DEV" }, { "prefix": "PROD" } ] }
POST /prefixes/{prefix}
Adds a new prefix to the replication watcher.
DELETE /prefixes/{prefix}
Removes a prefix from the replication watcher.