Description: Activates the recovery mechanism on the Federation or the specified Federated repository. The recovery mechanism clears errors in exhausted queues so that additional attempts can be made to send events to all remote Federation members.
Note
This API can be used even when the auto-healing mechanism is disabled. For more information about performing recovery automatically using the auto-healing feature, see Federation Recovery and Auto-Healing.
Since: 7.71.1
Security: Requires admin permissions.
Usage:POST /artifactory/api/federation/recovery/{repo-key}
Tip
Leave off the {repo-key
} to perform recovery on the entire Federation.
Sample Request:
curl -XPOST 'http://localhost:8082/artifactory/api/federation/recovery/generic-fed'
Sample Response:
Recovery triggered successfully
Status Codes: 200 (OK)