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 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>/v2/Sites/{siteId}/LicenseUsage

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

https://<hostname>:<port>/v2/Sites/{siteId}/Scopes/{id}/LicenseUsage

Collection Representation

LicensesFor license instances consumed by all VMs managed by VAO

[

 {

   "newInstances": 0,

   "managedInstances": 35,

   "_links": {

     "self": {

       "href": "/v2/Sites/aec02c3c-ab2b-4d26-aad9-5caca0ade891/LicenseUsage"

     }

   }

 }

]

LicensesFor license instances consumed by VMs included in a specific scope

[

 {

   "newInstances": 0,

   "managedInstances": 35,

   "_links": {

     "self": {

       "href": "/v2/Sites/aec02c3c-ab2b-4d26-aad9-5caca0ade891/Scopes/4e3dab09-d7a9-4bed-829f-f542defa0a5c/LicenseUsage"

     }

   }

 }

]

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.