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

/cloud/tenants/{ID}/freelicenseCounters

Represents license counters that display the number of new and rental machines.

New machines do not consume license instances immediately. Instead, they are displayed in the representation of the /freelicenseCounters resource. Starting with the first day of the next calendar month, the new machines take license instances and move to counters in the representation of the /cloud/tenants/{ID} resource. For more information, see the New Instances section of the Veeam Cloud Connect Guide.

Rental machines are backed up to the cloud repository of the Veeam Cloud Connect service provider and do not consume the SP license. For more information, see the Rental Machines Licensing section of the Veeam Cloud Connect Guide.

Resource URL

https://<Enterprise-Manager>:9398/api/cloud/tenants/{ID}/freelicenseCounters

Related Resources

/cloud/tenants/{ID}

Methods

The following methods are supported for the /cloud/tenants/{ID}/freelicenseCounters resource:

(GET) /cloud/tenants/{ID}/freelicenseCounters

Resource Representation

The /cloud/tenants/{ID}/freelicenseCounters resource has a resource representation of the following type.

<CloudTenantFreeLicenseCounters xmlns="http://www.veeam.com/ent/v1.0" Href="https://172.24.31.67:9398/api/cloud/tenants/b7c7f152-a44a-4651-94df-40bb14cfe840/freelicenseCounters">
 <Links>
   <Link Rel="Up" Type="CloudTenant" Href="https://172.24.31.67:9398/api/cloud/tenants/b7c7f152-a44a-4651-94df-40bb14cfe840?format=Entity" Name="QWE Systems" />
 </Links>
 <RentalVMBackupCount>2</RentalVMBackupCount>
 <RentalWorkstationBackupCount>2</RentalWorkstationBackupCount>
 <RentalServerBackupCount>3</RentalServerBackupCount>
 <NewVMBackupCount>4</NewVMBackupCount>
 <NewWorkstationBackupCount>5</NewWorkstationBackupCount>
 <NewServerBackupCount>1</NewServerBackupCount>
 <NewVMReplicaCount>2</NewVMReplicaCount>
</CloudTenantFreeLicenseCounters>