Retrieve Plugin Info of a Certain Type

JFrog REST APIs

Products
JFrog Xray
Content Type
REST API
ft:sourceType
Paligo

Description: Returns all available User Plugins information (subject to the permissions of the provided credentials) of the specified type.User Plugins

Since: 2.5.2

Notes: Requires Artifactory Pro

Security: Requires an authenticated user.

Usage: GET /api/plugins/{pluginType}

Produces: application/json

Sample Output:

GET /api/plugins/staging
{
  "staging": [
        {
            "name": "strategy1", 
            "version": "1.0", 
            "description": "desc", 
            "params": {"key1": "val1"}
        }
    ]
}