LicenseResource
LicenseResource REST endpoint to access and manipulate specific licensing data.
Copyright 2017 WANdisco.The following resources are part of this group:
/licensing
Mount Point: /licensing
GET
Return license details
Response Body
| element: | license |
| media types: | application/xml application/json |
a DTO representation of the license details
Status Codes
| code | description |
|---|---|
| 200 | OK |
| 401 | Authentication required. |
| 403 | Authorization required - access forbidden |
/licensing/reload
Mount Point: /licensing/reload
PUT
Trigger a reload of the license properties (license will be enforced so failure will cause the node to die)
Response Body
| element: | (custom) |
| media types: | */* application/xml |
(no documentation provided)
Status Codes
| code | description |
|---|---|
| 200 | OK |
| 503 | Service unavailable - see returned ExceptionDTO |
| 401 | Authentication required. |
| 403 | Authorization required - access forbidden |