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

Subscription Plans

The /subscriptionPlans resource collection represents a collection of all subscription plans configured in Veeam Service Provider Console. The collection includes resources which represent individual plans and have system IDs.

Collection URL

https://<hostname>:1281/v2/subscriptionPlans

Collection Representation Subscription Plans

[

 {

   "id": 0,

   "name": "Gold subscription plan",

   "description": "Subscription plan for premium clients",

   "currency": "USD",

   "taxType": "VAT",

   "vatPercent": 9,

   "discountPercent": 10,

   "managedServices": 20,

   "managedVms": 0,

   "managedWorkstations": 0,

   "managedServers": 0,

   "managedCloudAgents": 3,

   "storedVMBackups": 0,

   "storedServerBackups": 0,

   "storedWorkstationBackups": 0,

   "cloudRepositoryValue": 15,

   "cloudRepositoryValueUnits": "TB",

   "freeSpaceEnabled": true,

   "freeSpaceValue": 20,

   "freeSpaceValueUnits": "GB",

   "backupDataTransferValue": 0,

   "backupDataTransferValueUnits": "GB",

   "replicationDataTransferValue": 0,

   "replicationDataTransferValueUnits": "GB",

   "replicatedVMs": 10,

   "cloudStorageQuota": 0,

   "cloudStorageQuotaUnits": "TB",

   "freeCloudStorageEnabled": false,

   "freeCloudStorageValue": 0,

   "freeCloudStorageValueUnits": "B",

   "freeComputeResourcesEnabled": false,

   "freeComputeResourcesValue": 0,

   "freeComputeResourcesValueUnits": "hour",

   "computeResourcesQuota": 5,

   "computeResourcesQuotaUnits": "Hour",

   "_links": {

     "self": {

       "href": "https://vac.tech.local:1281/v2/subscriptionPlans/0"

     }

   }

 },

 {

   "id": 1,

   "name": "Default subscription plan",

   "description": "This plan does not include any price for provided services and can be used for trialing purposes.",

   "currency": "USD",

   "taxType": "VAT",

   "vatPercent": 0,

   "discountPercent": 0,

   "managedServices": 0,

   "managedVms": 0,

   "managedWorkstations": 0,

   "managedServers": 0,

   "managedCloudAgents": 0,

   "storedVMBackups": 0,

   "storedServerBackups": 0,

   "storedWorkstationBackups": 0,

   "cloudRepositoryValue": 0,

   "cloudRepositoryValueUnits": "TB",

   "freeSpaceEnabled": false,

   "freeSpaceValue": 0,

   "freeSpaceValueUnits": "B",

   "backupDataTransferValue": 0,

   "backupDataTransferValueUnits": "GB",

   "replicationDataTransferValue": 0,

   "replicationDataTransferValueUnits": "GB",

   "replicatedVMs": 0,

   "cloudStorageQuota": 0,

   "cloudStorageQuotaUnits": "TB",

   "freeCloudStorageEnabled": false,

   "freeCloudStorageValue": 0,

   "freeCloudStorageValueUnits": "B",

   "freeComputeResourcesEnabled": false,

   "freeComputeResourcesValue": 0,

   "freeComputeResourcesValueUnits": "sec",

   "computeResourcesQuota": 0,

   "computeResourcesQuotaUnits": "Hour",

   "_links": {

     "self": {

       "href": "https://vac.tech.local:1281/v2/subscriptionPlans/1"

     }

   }

 }

]