Generate Unlock Stuck Tasks Token

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Generates an execution token to unlock all stuck distribution tasks. This key is used with the Unlock Stuck Tasks REST API.

Since: 2.23.0

Security: Admin only

Usage: GET /api/v1/maintenance/generate_token/unlock_stuck

Request headers: N/A

Consumes: application/json

Produces: application/json

Request Example

$ curl -XGET -u admin:password "http://localhost:8080/api/v1/maintenance/generate_token/unlock_stuck"

response.json

{
  "token":"JEv4CnrZNhmgtkRV9aKmGsrozGEoaoBs3okv9SFusdhR3hUKiWdKwAhoeP1SLEy8hFZqFhE"
}

Response status codes:

200 - Success