The /SubscriptionPlans resource collection represents a collection of all subscription plans configured in Veeam Availability Console that runs in the Service Provider mode. If Veeam Availability Console runs in the Enterprise mode the collection represents chargeback templates. The collection includes resources which represent individual plans or templates and have system IDs.
Collection URL
https://<Availability-Console>:1281/v2/SubscriptionPlans |
Collection Representation
[ { "id": 0, "name": "Gold subscription plan", "description": "Subscription plan for premium clients", "currency": "USD", "vatPercent": 9, "discountPercent": 10, "managedServices": 20, "managedVms": 0, "managedWorkstations": 0, "managedServers": 0, "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", "vatPercent": 0, "discountPercent": 0, "managedServices": 0, "managedVms": 0, "managedWorkstations": 0, "managedServers": 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" } } } ] |