licenseUpdate
Purpose
Updates the license for a running Platform instance based on the supplied xmlString. Only a user with the Administrator role on the master tenant can execute this method. This method is only available on Platform Private Cloud.
HTTP Method
POST
URL
https://app.infiniteblue.com/rest/api/licenseUpdateURL Parameters
sessionId
The session ID obtained from the body of the response when calling login.
xmlString
A valid license XML string.
Permissions Required
Administrative privileges on the master tenant.
Response
Returns the status in JSON format.
Example
The following example is the response upon a successful license update:
{"status":"ok"}