License Usage APIs

Overview

The License Usage APIs help you monitor and manage license usage across your CVP deployment. Use these APIs to:

  • Track real-time license consumption across all VXML servers

  • Check how many licenses are available

  • Configure the total number of purchased licenses

Base URL: https://<host>:<port>/cache-service/api/v1

Quick Reference

What You Want To Do

Endpoint

Method

See license usage across all servers

/licenseUsage

GET

See license usage for one server

/licenseUsage?ipAddress=<IP>

GET

Check how many licenses you've purchased

/licensePurchased

GET

Set/update your purchased license count

/licensePurchased

POST