The /HardwarePlans resource collection represents a collection of all hardware plans configured in Veeam Cloud Connect. The collection includes resources which represent individual hardware plans and have system IDs.
Collection URL
https://<Availability-Console>:1281/v2/HardwarePlans |
Collection Representation
[ { "id": "8db62bf7-581b-437b-b640-76212ff40b3a", "name": "Silver Hardware Plan", "cpuQuota": 7.77, "cpuQuotaUnits": "GHz", "memoryQuota": 73.68, "memoryQuotaUnits": "GB", "storageQuota": 1.35, "storageQuotaUnits": "TB", "networkQuota": 3, "_links": { "self": { "href": "https://vac.tech.local:1281/v2/hardwarePlans/8db62bf7-581b-437b-b640-76212ff40b3a" } } }, { "id": "f8e4981c-a1f0-4224-b03d-9d352e6d2876", "name": "Gold Hardware Plan", "cpuQuota": 9.55, "cpuQuotaUnits": "GHz", "memoryQuota": 120.16, "memoryQuotaUnits": "GB", "storageQuota": 2.05, "storageQuotaUnits": "TB", "networkQuota": 4, "_links": { "self": { "href": "/v2/HardwarePlans/f8e4981c-a1f0-4224-b03d-9d352e6d2876" } } } ] |