Get a detailed list of all installed plugins
Success
Bad request
Unauthorized access
{- "_pageInfo": {
- "numberOnPage": 0,
- "total": 0
}, - "responseList": [
- {
- "pluginId": 1,
- "pluginName": "myPlugin",
- "pluginAuthor": "pluginAuthor",
- "pluginType": "EXTENDED_ALGORITHM",
- "originalFileName": "algorithm.jar",
- "jarFingerprint": "dce2599f5ece9441a4b84194313245b65618490a47cead870c3327738decd052",
- "installDate": "2019-09-19T19:43:09.762+0000",
- "installUser": 5,
- "builtIn": false,
- "pluginVersion": "1.0.0-RELEASE",
- "algorithmNames": [
- "myAlgorithm1",
- "myAlgorithm2"
]
}
]
}
Install an uploaded plugin file onto the system
Success
Bad request
Forbidden access
Not found
Conflict
{- "pluginId": 1,
- "pluginName": "myPlugin",
- "pluginAuthor": "pluginAuthor",
- "pluginType": "EXTENDED_ALGORITHM",
- "originalFileName": "algorithm.jar",
- "jarFingerprint": "dce2599f5ece9441a4b84194313245b65618490a47cead870c3327738decd052",
- "installDate": "2019-09-19T19:43:09.762+0000",
- "installUser": 5,
- "builtIn": false,
- "pluginVersion": "1.0.0-RELEASE",
- "algorithmNames": [
- "myAlgorithm1",
- "myAlgorithm2"
]
}
Get detailed information about an installed plugin by pluginId
Success
Bad request
Unauthorized access
Not found
{- "pluginId": 1,
- "pluginName": "myPlugin",
- "pluginAuthor": "pluginAuthor",
- "pluginType": "EXTENDED_ALGORITHM",
- "originalFileName": "algorithm.jar",
- "jarFingerprint": "dce2599f5ece9441a4b84194313245b65618490a47cead870c3327738decd052",
- "installDate": "2019-09-19T19:43:09.762+0000",
- "installUser": 5,
- "builtIn": false,
- "pluginVersion": "1.0.0-RELEASE",
- "algorithmNames": [
- "myAlgorithm1",
- "myAlgorithm2"
]
}
Update an installed plugin to use the uploaded JAR file. The new plugin must contain all components delivered by the previous version.
Success
Bad request
Forbidden access
Not found
{- "pluginId": 1,
- "pluginName": "myPlugin",
- "pluginAuthor": "pluginAuthor",
- "pluginType": "EXTENDED_ALGORITHM",
- "originalFileName": "algorithm.jar",
- "jarFingerprint": "dce2599f5ece9441a4b84194313245b65618490a47cead870c3327738decd052",
- "installDate": "2019-09-19T19:43:09.762+0000",
- "installUser": 5,
- "builtIn": false,
- "pluginVersion": "1.0.0-RELEASE",
- "algorithmNames": [
- "myAlgorithm1",
- "myAlgorithm2"
]
}