Child pages
  • eZuce Licensing Services
Skip to end of metadata
Go to start of metadata

There is an ability to push license UID to remote Uniteme server using REST API or script.

Set license UID:
POST: https://server/sipxconfig/api/license/{uid}

Get license details:
GET: https://server/sipxconfig/api/license/


Example command:
 curl --digest -k -X GET https://superadmin:12345678@10.4.0.103/sipxconfig/api/license

Response:

{"uid":"3398724202272694","domain":"gabi.test","version":"19.08","expire":"31-Dec-2039","support":"31-Dec-2039","licenseType":"Subscription","users":10000,"mobileDevices":10000,"company":"developers","contactEmail":"martin.harcar@ezuce.com","contactName":"martin","contactPhone":"454614465465"}

Example command:
 curl --digest -k -X POST https://superadmin:12345678@10.4.0.103/sipxconfig/api/license/508316691110519

Response:
{"uid":"508316691110519","domain":"gabi.test","version":"19.08","expire":"31-Dec-2039","support":"31-Dec-2039","licenseType":"Subscription","users":500,"mobileDevices":500,"company":"developers","contactEmail":"martin.harcar@ezuce.com","contactName":"martin","contactPhone":"454614465465"}

  • No labels