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

Licenses

The /LicenseUsage resource collection represents license instances consumed either by all VMs managed by the VAO server or by VMs included in a particular scope.

To obtain license information a user must be logged in under an account with the VAO Administrator privileges.

Collection URL

The resource collection is located at the following URL:

  • For license instances consumed by all VMs managed by VAO

https://<hostname>:<port>/api/v3/Sites/{siteId}/LicenseUsage

  • For license instances consumed by VMs included in a specific scope

https://<hostname>:<port>/api/v3/Sites/{siteId}/Scopes/{scopeId}/LicenseUsage

  • For license instances consumed by VMs added to a specific plan

https://<hostname>:<port>/api/v3/Plans/{planId}/LicenseUsage

LicensesCollection Representation

[

 {

   "newInstances": 2,

   "managedInstances": 35,

    "vmStatuses": []

 }

]

In This Section

I want to report a typo

There is a misspelling right here:

 

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