Plugins
Information about installed plugins
Get the list of plugin details and their licenses information
get/plugins/info
Response
Settings
Example response
{
"data": {
"plugins": [
{
"globalLimits": {
"licensees": [
"Customer Inc"
],
"startDate": "2023-08-14T02:00:00+02:00",
"endDate": "2023-08-14T02:00:00+02:00",
"maxNodes": 5000
},
"details": [
{
"id": "com.normation.plugins.authbackends.AuthBackendsPluginDef",
"name": "rudder-plugin-auth-backends",
"shortName": "auth-backends",
"description": "<p>This plugin provides additional authentication backends for Rudder, like LDAP, OIDC, etc</p>",
"version": "7.3.12-2.1.0",
"status": "enabled",
"statusMessage": "this plugin is disabled because its end of validity date is in the past",
"license": {
"licensee": "Customer Inc",
"softwareId": "rudder-plugin-auth-backends",
"minVersion": "0.0-0.0",
"maxVersion": "2023-08-14T02:00:00+02:00",
"startDate": "2023-08-14T02:00:00+02:00",
"endDate": "2023-08-14T02:00:00+02:00"
}
}
]
}
]
}
}