Get Global System Replication Configuration

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Returns the global system replication configuration status, i.e. if push and pull replications are blocked or unblocked.

Notes: Requires Artifactory Pro

Security: Requires an admin user

Usage: GET /api/system/replications

Produces: application/json

Since: 4.7.2

Sample Usage:

GET /api/system/replications
{
 "blockPullReplications": false,
 "blockPushReplications": false
}