Description: This API marks binary tasks that previously failed to be processed again. This can be done for the entire repository or for a particular binary task in the repository.
Since: 7.68.11
Security: Requires Admin permissions
Usage: PUT artifactory/api/federation/binaries/failures/replay
Query Parameters:
Field | Type | Description |
---|---|---|
| string | The name of the repository. This parameter is required. |
| string | The SHA1 of the artifact. This parameter is optional. |
Sample Request:
PUT http://localhost:8082/artifactory/api/federation/binaries/failures/replay?repoKey=fedrepo
Sample Response:
{ "replayTasks": 1 }
The response includes the following information:
Property | Description |
---|---|
| The number of replayed binary tasks. |