Get License Usage Metrics

Get License Usage Metrics

All the listed privileges are required -

Privileges Description
GLOBAL_CONFIG_VIEW Caller should have permission to this privilege, to perform this operation.
Request
URI
GET
https://{api_host}/rest/monitor/v1/licenses/usage-metrics
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns LicenseUsageMetricsInfo of type(s) */*
{
    "current_usage": {
        "concurrent_application_sessions": 5,
        "concurrent_collaborative_sessions": 9,
        "concurrent_full_vm_sessions": 5,
        "concurrent_unmanaged_vm_sessions": 7,
        "total_collaborators": 3,
        "total_concurrent_connections": 10,
        "total_concurrent_sessions": 2,
        "total_named_users": 8
    },
    "highest_usage": {
        "concurrent_application_sessions": 5,
        "concurrent_collaborative_sessions": 9,
        "concurrent_full_vm_sessions": 5,
        "concurrent_unmanaged_vm_sessions": 7,
        "total_collaborators": 3,
        "total_concurrent_connections": 10,
        "total_concurrent_sessions": 2,
        "total_named_users": 8
    }
}
current_usage
Optional

current_usage

highest_usage
Optional

highest_usage


401

User is not authenticated

Operation doesn't return any data structure

403

Access to the resource is forbidden

Operation doesn't return any data structure