Important
This API is not supported by the standalone Artifactory Federation service that was released in version 7.104.2.
Description: Gets a list of unsynchronized Federated mirrors from all repositories. Mirrors are unsynchronized when they are first added to the federation, during repository migration from local to Federated, and when a certain error threshold is crossed.
Since: Artifactory 7.49.3
Security: Requires an admin user.
Usage: GET /artifactory/api/federation/status/unavailableMirrors
Sample Request:
GET /artifactory/api/federation/status/unavailableMirrors
The response displays the following information:
Sample Response:
[
{
"localRepoKey" : "example-repo-local" ,
"remoteUrl" : "http://docker.for.mac.localhost:10104/artifactory/" ,
"remoteRepoKey" : "test3-repo" ,
"status" : "OUT_OF_SYNC"
}
]The response displays the following information:
Property | Description |
|---|---|
| The name of the local repository. |
| The URL of the Federation mirror. |
| The name of the repository on the Federation mirror. |
| Returns all mirrors that are not in a SYNC status. |