McDewey

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

Page 718

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

Listing the License Status Count The following is an example of the GET request that lists all the license status count: GET https://<connection-server>/vmrest/licensestatuscounts The following is the response from the above GET request and the actual response will depend upon the information given by you: <LicenseStatusCounts total="6"> <LicenseStatusCount> <URI>/vmrest/licensestatuscounts/LicSubscribersMax</URI> <TagName>LicSubscribersMax</TagName> <ObjectId>bc1f1f5d-f628-4bca-b0c9-f225d07d677f</ObjectId> <Count>3</Count> <featureName>CUC_BasicMessaging</featureName> <description>Total Number of Voicemail users</description> </LicenseStatusCount> <LicenseStatusCount> <URI>/vmrest/licensestatuscounts/LicSrsvCuceSubscribersMax</URI> <TagName>LicSrsvCuceSubscribersMax</TagName> <ObjectId>99541ef5-4602-424c-84e6-6c9fe8b4044b</ObjectId> <Count>0</Count> <featureName>CUC_EnhancedMessaging</featureName> <description>Total Number of Enhanced Messaging Users</description> </LicenseStatusCount> <LicenseStatusCount> <URI>/vmrest/licensestatuscounts/LicSTTSubscribersMax</URI> <TagName>LicSTTSubscribersMax</TagName> <ObjectId>dfbaf0f8-38b0-4e14-9f62-9b1e59cc2426</ObjectId> <Count>0</Count> <featureName>CUC_SpeechView</featureName> <description>Speechview Standard users</description> </LicenseStatusCount> <LicenseStatusCount> <URI>/vmrest/licensestatuscounts/LicSTTProSubscribersMax</URI> <TagName>LicSTTProSubscribersMax</TagName> <ObjectId>d1f15aa9-2482-4a80-93e8-58fb402e31dd</ObjectId> <Count>3</Count> <featureName>CUC_SpeechViewPro</featureName> <description>Speechview Professional Users</description> </LicenseStatusCount> <LicenseStatusCount> <URI>/vmrest/licensestatuscounts/LicRealspeakSessionsMax</URI> <TagName>LicRealspeakSessionsMax</TagName> <ObjectId>2b1a7da9-6b13-4302-8efd-91db94b2c241</ObjectId> <Count>3</Count> <featureName>CUC_SpeechConnectPort</featureName> <description>Total Number of speech connect sessions</description> </LicenseStatusCount> <LicenseStatusCount> <URI>/vmrest/licensestatuscounts/LicContactsMax</URI> <TagName>LicContactsMax</TagName> <ObjectId>417f531f-077b-4d64-8f5b-749a56623f400</ObjectId> <Count>1</Count> <featureName>CUC_SpeechConnectGuestUser</featureName> <description>Total Number of Contacts</description> </LicenseStatusCount></LicenseStatusCounts> <pre> Response Code: 200 JSON Example Cisco Unity Connection Provisioning Interface (CUPI) API 686 Cisco Unity Connection Provisioning Interface (CUPI) API for System Settings Listing the License Status Count