Federated Repository Full Sync

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Runs a full synchronization between the Federated repository members.

Since: 7.18.3

Security: Requires an admin user

Usage: POST /api/federation/fullSync/{localRepoName}[?mirror={mirror_url}]

Produces: application/json

Sample Output:

Example: Syncs all Federated repositories in the Federation

POST /api/federation/fullSync/generic-repo  

Full sync triggered successfully 

Example: Syncs only specific Federated repositories

POST /api/federation/fullSync/generic-repo?mirror=http://localhost:8081/artifactory/generic-repo2   

Full sync triggered successfully