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

Licensing

The /licensing resource collection represents Veeam Backup for AWS license information, license usage data and configured notifications on license usage and expiration.

Collection URL

The resource collection is located at the following URL:

https://<hostname>:<port>/api/v1/licensing

LicensingCollection Representation

{

 "licenseType": "Subscription",

 "instancesUses": 69,

 "instances": 100,

 "licensedTo": "CompanyName",

 "licenseExpires": "2021-06-10T08:40:48.305Z",

 "licenseId": "OU7890",

 "supportId": "9C75",

 "_links": [

   {

     "method": "POST",

     "rel": "installLicense",

     "href": "https://135.169.170.192:11005/api/v1/licensing/license"

   }

 ]

}

In This Section