Skip to main content

Overview

Handles content replication across multi-server PADS4 deployments. Manages replication targets, schedules content sync jobs, and monitors replication health and latency.

Authentication

All endpoints use the standard PADS4 session cookie. Obtain it once and reuse:
Replace https://<your-server> with your PADS4 server address and <ServiceName> with the service path shown above.

Endpoint Reference


Request & Response Examples

GET /api/v1/Replication/Admin

Request:
Response 200 OK:

POST /api/v1/Replication/Admin/ResetCollectionNode

Request:
Response 200 OK:

GET /api/v1/Replication/Admin/Servers

Request:
Response 200 OK:

POST /api/v1/Replication/Admin/ServerStatus

Request:
Response 200 OK:

GET /api/v1/Replication/Admin/Addresses

Request:
Response 200 OK:

POST /api/v1/Replication/Admin/RemoveNodes

Request:
Response 200 OK:

Additional endpoints follow the same patterns shown above. See the Swagger UI for full parameter schemas.