Generate Stop All Tasks token

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: Generates an execution token to stop all distribution tasks. This key is used with the Stop All Tasks REST API.

Since: 1.8.1

Security: Admin only

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

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/stop_all"

response.json

{
  "token":"JEv4CnrZNhmgtkRV9aKmGsrozGEoaoBs3okv9SFusdhR3hUKiWdKwAhoeP1SLEy8hFZqFhE"
}

Response status codes:

200 - Success