getSiteLicenseUsage
GET https://{{host}}/api/v1/sites/:site_id/licenses/usages
Response Parameter
Name | Type | Description |
---|---|---|
usages | object | subscriptions and their quantities |
org_entitled | object | license entitlement for the entire org |
vna_ui | object | if True, Conversational Assistant and Marvis Action available |
vna_eligible | boolean | eligibility for the AP/Client SLE |
svna_eligible | boolean | eligibility for the Switch SLE |
wvna_eligible | boolean | eligibility for the WAN SLE |
RESPONSES
status: OK
{"usages":{"SUB-MAN":60,"SUB-LOC":30},"org_entitled":{"SUB-MAN":60,"SUB-LOC":30},"trial_enabled":false,"vna_ui":false,"vna_eligible":false,"svna_eligible":false,"wvna_eligible":false}