Description: Returns all available User Plugins information (subject to the permissions of the provided credentials) of the specified type.
Since: 2.5.2
Notes: Requires Artifactory Pro
Security: Requires an authenticated user.
Usage: GET /artifactory/api/plugins/{pluginType}
Produces: application/json
Sample Output:
GET https://[JFrogPlatformURL]/artifactory/api/plugins/staging
{
"staging": [
{
"name": "strategy1",
"version": "1.0",
"description": "desc",
"params": {"key1": "val1"}
}
]
}