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

Veeam Cloud Connect Licenses

In this article

    The /licensing/cloudconnectLicenses resource collection represents a collection of licenses of all Veeam Cloud Connect servers connected to Veeam Availability Console. The collection includes resources which represent individual licenses and have system IDs.

    Collection URL

    https://<Availability-Console>:1281/v2/licensing/cloudconnectLicenses

    Collection Representation Veeam Cloud Connect Licenses

    [

     {

       "id": "514c45eb-9543-4799-8003-1e59385b774c",

       "contactPerson": "John Smith",

       "licenseAdministratorEmail": "admin@cp.com",

       "licenseeEmail": "j_smith@cp.com",

       "edition": "Enterprise Plus",

       "licensedTo": "Cloud Provider AG",

       "licenseType": "Rental",

       "status": "Valid",

       "supportID": "987412365",

       "licenseExpirationDate": "2020-10-24T21:00:00Z",

       "supportExpirationDate": "2020-10-24T21:00:00Z",

       "licensedVMs": 0,

       "usedVMs": 0,

       "backupServerName": "VAC",

       "companyName": "My Company",

       "newVMs": 0,

       "licensedCloudconnectBackups": 501,

       "usedCloudconnectBackups": 213,

       "licensedCloudconnectReplicas": 502,

       "usedCloudconnectReplicas": 94,

       "licensedCloudconnectServers": 0,

       "usedCloudconnectServers": 0,

       "licensedCloudconnectWorkstations": 0,

       "usedCloudconnectWorkstations": 0,

       "totalInstances": 1000,

       "usedInstances": 0,

       "_links": {

         "self": {

           "href": "https://vac.tech.local:1281/v2/cloudLicenses/514c45eb-9543-4799-8003-1e59385b774c"

         },

         "backupServers": [

           {

             "href": "https://vac.tech.local:1281/v2/backupServers/1"

           }

         ]

       }

     }

    ]

    I want to report a typo

    There is a misspelling right here:

     

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