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

Get Veeam Cloud Connect License Usage

In this article

    You can get a representation of license usage information from connected Veeam Cloud Connect servers of a specific company.

    Request

    To get a representation of instances used to protect company workloads in Veeam Cloud Connect, send the GET HTTPS request to the URL of the /tenants/{ID}/licensing/cloudConnectUsage resource.

    HTTP Request

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

    Request Headers

    The request header must contain the authorization token for the current logon session.

    Response

    The server returns the following response to the client.

    Response Code

    A successfully completed operation returns response code 200 Success.

    Response Headers

    The response to this request contains the following headers. The response may also include additional standard HTTP headers.

    Header

    Description

    Content-length

    The length of the response body.

    Content-type

    The media type and syntax of the request body message: application/json; charset=utf-8

    Response Body

    In the response body, Veeam Availability Console returns a representation of the /tenants/{ID}/licensing/cloudConnectUsage resource.

    Example Get Veeam Cloud Connect License Usage

    The following request returns information about consumed instances from Veeam Cloud Connect servers of a company with ID 2.

    Request:

    GET https://localhost:1281/v2/tenants/2/licensing/cloudConnectUsage

     

    Request Header:

    Authorization: Bearer <Access-Token>

     

    Response Code:

    200 Success

     

    Response Body:

    [

     {

       "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.