Reseller Replication Resources
The /resellers/{ID}/replicaResources resource collection represents a collection of all cloud replication resources available to a reseller in Veeam Service Provider Console. The collection includes resources which represent individual replication resources and have system IDs.
Collection URL
Collection Representation
[ { "id": 1, "tenantsPerPlan": 5, "isWanAccelerationEnabled": true, "wanAcceleratorUid": "320b66e1-b0ba-4c3d-83b9-d275a50c1f26", "wanAcceleratorName": "Alpha_WA", "cloudConnectAgentUid": "5d828e03-52a1-4929-93b9-18a894f74bea" "cpuUsageLimitMhz": 3000 "ramUsageLimitMb": 4000 "storageGb": 400, "hardwarePlanId": "302c2e8a-e324-4f88-a8de-387268a2721e", "_links": [ "self": { { "rel": "self", "method": "GET", "href": "https://vac.tech.local:1281/v2/resellers/3/replicaResources/1" }, { "rel": "create", "method": "POST", "href": "https://vac.tech.local:1281/v2/resellers/3/replicaResources" }, { "rel": "delete", "method": "DELETE", "href": "https://vac.tech.local:1281/v2/resellers/3/replicaResources/1" }, { "rel": "edit", "method": "PUT", "href": "https://vac.tech.local:1281/v2/resellers/3/replicaResources/1" } ] }, { "id": 2, "tenantsPerPlan": 4, "isWanAccelerationEnabled": false, "wanAcceleratorUid": "00000000-0000-0000-0000-000000000000", "wanAcceleratorName": null, "cloudConnectAgentUid": "011a2e72-ee82-4782-a096-26f73e85b7e8" "cpuUsageLimitMhz": 2500 "ramUsageLimitMb": 3000 "storageGb": 350, "hardwarePlanId": "2dfaa21e-3385-4e50-9fcb-50d577fc5bea", "_links": [ "self": { { "rel": "self", "method": "GET", "href": "https://vac.tech.local:1281/v2/resellers/3/replicaResources/2" }, { "rel": "create", "method": "POST", "href": "https://vac.tech.local:1281/v2/resellers/3/replicaResources" }, { "rel": "delete", "method": "DELETE", "href": "https://vac.tech.local:1281/v2/resellers/3/replicaResources/2" }, { "rel": "edit", "method": "PUT", "href": "https://vac.tech.local:1281/v2/resellers/3/replicaResources/2" } ] }, ] |