Get Available Actions

JFrog REST APIs

ft:sourceType
Paligo

Description: Returns all available actions with which you can associate worker services. Availability depends on user subscriptions.

Since: 7.63.2

Security: Admin authentication is required.

Usage: GET /worker/api/v1/system/actions

Produces: application/json; charset=utf-8

Sample Usage

curl -X GET 'https://myserver.com/worker/api/v1/system/actions'
Ok

Sample Response

[
   "BEFORE_DOWNLOAD",
   "AFTER_DOWNLOAD",
   "BEFORE_UPLOAD",
   "AFTER_CREATE",
]  

Success Response Codes:

200: OK response.

Error Response Codes:

400 Invalid credentials.

403 Insufficient permissions.