Description: Returns a list of Federated repositories in your local Artifactory instance that have a configuration mismatch with one or more remote members.
After getting the list of mismatches, use the Synchronize Federated Member Configuration REST API on each mismatch to synchronize the members.
Note
This API supports both the legacy Federation service and the Artifactory Federation Service that was introduced in release 7.104.2.
Since: 7.108.3
Security: Requires Admin permissions
Usage: GET api/federation/inconsistentRepos
Sample Request:
GET http://{artifactory_url}/artifactory/api/federation/inconsistentRepos
Sample Response:
[ "fed82", "fed-east-r3" ]
In the example above, the fed82 and fed-east-r3 repositories have mismatches with one or more remote members. Run the Synchronize Federated Member Configuration REST API on each repository to resynchronize them.