/cloud/tenants/{ID}/freelicenseCounters

Represents the following license counters that do not consume a Veeam Cloud Connect license installed on the service provider backup server:

  • New 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 details, see the New Workloads subsection of the Veeam Cloud Connect Guide.

  • Rental machines

Rental machines are backed up to the cloud repository of the Veeam Cloud Connect service provider and do not consume the service provider license. For details, 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>