LicenseInstallPlexusResource
Resource that allows for license management.
Error behavior when installing licenses:- 400 BAD REQUEST - invalid license (missing feature, expired, ...)
- 424 DEPENDENCY FAILED - file could not be read, base64 could not be decoded or we could not retrieve license from licensing service
- 500 SERVER ERROR - license manager could not decode license (probably encryption failed)
The following resources are part of this group:
/licensing/upload
Mount Point: /rest/licensing/upload
GET
Act as a proxy to the real license service. This method expects a license fingerprint as last path component, and will relay the license service response.
Response Body
element: | (custom) |
media types: | application/json text/html |
(no documentation provided)
POST
Upload a license to the server for installation.
We have to deal with base64 encoding and file upload.