McDewey

Multi-vendor documentation library · semantic search · MCP endpoint at /mcp

Page 719

↗ View in doc context
page
719
source
unity-connection/rest-api/cupi/cupi.md
chunk_id
unity-connection::rest-api::cupi::cupi::683

To list all the license status count use the following command: Request URI: GET https://<connection-server>/vmrest/licensestatuscounts Accept: application /json Connection: keep-alive The following is the response from the above GET request and the actual response will depend upon the information given by you: { "@total":"2" "LicenseStatusCount":[ { "URI":"/vmrest/licensestatuscounts/LicSubscribersMax" "TagName":"LicSubscribersMax" "ObjectId":"bc1f1f5d-f628-4bca-b0c9-f225d07d677f" "Count":"3" "featureName":"CUC_BasicMessaging" "description":"Total Number of Voicemail users" } { "URI":"/vmrest/licensestatuscounts/LicSrsvCuceSubscribersMax" "TagName":"LicSrsvCuceSubscribersMax" "ObjectId":"99541ef5-4602-424c-84e6-6c9fe8b4044b" "Count":"0" "featureName":"CUC_EnhancedMessaging" "description":"Total Number of Enhanced Messaging Users" } ] } Response Code: 200 Viewing the Specific License Status Count Request URI: GET https://<connection-server>/vmrest/licensestatuscounts/<TagName> Tag names can be: • LicSubscribersMax • LicSrsvCuceSubscribersMax • LicSTTSubscribersMax • LicSTTProSubscribersMax • LicRealspeakSessionsMaxSample Request The following is an example of the GET request that lists the details of specific license status count represented by the provided value of object ID: GET https://<connection-server>/vmrest/licensestatuscounts/LicSubscribersMax The following is the response from the above GET request and the actual response will depend upon the information given by you: Cisco Unity Connection Provisioning Interface (CUPI) API 687 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Viewing the Specific License Status Count