This is an archive version of the document. To get the most up-to-date information, see the current version.

License Usage

In this article

    You can get representation of licenses usage by a specific company. The following resources represent license usage:

    • The tenants/{ID}/licensing/cloudConnectUsage resource collection represents Veeam Cloud Connect license instances consumed by a company.
    • The tenants/{ID}/licensing/backupServerUsage resource collection represents Veeam Backup & Replication license instances consumed by a company.
    • The tenants/{ID}/licensing/availabilityConsoleUsage resource collection represents Veeam Availability Console license instances consumed by a company.

    Resource URL

    The tenants/{ID}/licensing/cloudConnectUsage resource collection is located at the following URL:

    https://<Availability-Console>:1281/v2/tenants/{ID}/licensing/cloudConnectUsage

    The tenants/{ID}/licensing/backupServerUsage resource collection is located at the following URL:

    https://<Availability-Console>:1281/v2/tenants/{ID}/licensing/backupServerUsage

    The tenants/{ID}/licensing/availabilityConsoleUsage resource collection is located at the following URL:

    https://<Availability-Console>:1281/v2/tenants/{ID}/licensing/availabilityConsoleUsage

    Resource Representation License Usage

    [

     {

       "type": "CC_Workstation_Backup",

       "rentalInstances": 1.6,

       "newInstances": 0,

       "usedInstances": 0,

       "rentalCount": 10,

       "newCount": 0,

       "usedCount": 0

     },

     {

       "type": "CC_Server_Backup",

       "rentalInstances": 0.33,

       "newInstances": 0,

       "usedInstances": 0,

       "rentalCount": 1,

       "newCount": 0,

       "usedCount": 0

     },

    ]

    I want to report a typo

    There is a misspelling right here:

     

    I want to let the Veeam Documentation Team know about that.