Returns license information about the application.
Since Product Version: 2.0
Resource URL
/webacs/api/v1/op/info/licenseSample Payloads
Sample payloads are for information only. They are automatically generated and the values included may not be representative of actual valid data values.
Sample XML Response Payload
https://192.168.115.187/webacs/api/v1/op/info/license
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <mgmtResponse rootUrl="https://192.168.115.187/webacs/api/v1/op/" requestUrl="https://192.168.115.187/webacs/api/v1/op/info/license" responseType="operation"> <licenseInfoDTO> <daysToExpire>1</daysToExpire> <deviceCountRemaining>1</deviceCountRemaining> <deviceCountUsed>1</deviceCountUsed> <name>String value</name> <status>LICENSED</status> </licenseInfoDTO> </mgmtResponse>
Sample JSON Response Payload
https://192.168.115.187/webacs/api/v1/op/info/license.json
{ "mgmtResponse" : { "@rootUrl" : "https : \/\/192.168.115.187\/webacs\/api\/v1\/op\/", "@requestUrl" : "https : \/\/192.168.115.187\/webacs\/api\/v1\/op\/info\/license", "@responseType" : "operation", "licenseInfoDTO" : { "daysToExpire" : 1, "deviceCountRemaining" : 1, "deviceCountUsed" : 1, "name" : "String value", "status" : "LICENSED" } } }