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

Company Replication Resources

The /tenants/{ID}/replicaResources resource collection represents a collection of all cloud replication resources available to a company in Veeam Service Provider Console. The collection includes resources which represent individual replication resources and have system IDs.

Collection URL

https://<hostname>:1281/v2/tenants/{ID}/replicaResources

Collection Representation Company Replication Resources

[

 {

   "id": "94e53bbb-64e0-4e41-8245-3d7bcee2236d",

   "wanAccelerationEnabled": true,

   "wanAcceleratorId": "320b66e1-b0ba-4c3d-83b9-d275a50c1f26",

   "hardwarePlanId": "64716b59-fde7-42a1-976c-737e78a694de"

   "failoverCapabilitiesEnabled": true,

   "publicAllocationEnabled": true,

   "numberOfPublicIps": 2,

   "_links": {

     "self": {

       "href": "https://vac.tech.local:1281/v2/tenants/2/replicaresources/94e53bbb-64e0-4e41-8245-3d7bcee2236d"

     },

     "hardwarePlans": {

       "href": "https://vac.tech.local:1281/v2/hardwarePlans/1332c8cc-c669-41a7-8d4d-a89a11c79083"

     },

     "wanAccelerators": {

       "href": "https://vac.tech.local:1281/v2/wanAccelerators/e8baf0ee-3919-49dc-894e-dbacef8eecd8"

     },

     "networkExtensionAppliance": [

       {

         "href": "https://vac.tech.local:1281/v2/tenants/2/networkextensionAppliance/BackupTenantNetworkAppliance%3abd96471c-70c6-4228-99a4-e55060ed07181332c8cc-c669-41a7-8d4d-a89a11c79083"

       }

     ]

   }

 },

 {

   "id": "7f1a9b49-8390-4626-9eed-1fe16729ac69",

   "wanAccelerationEnabled": false,

   "wanAcceleratorId": null,

   "hardwarePlanId": "ba97c4e3-34c0-43a9-990c-a9f4c67988ab"

   "failoverCapabilitiesEnabled": true,

   "publicAllocationEnabled": false,

   "numberOfPublicIps": 0,

   "_links": {

     "self": {

       "href": "https://vac.tech.local:1281/v2/tenants/2/replicaresources/7f1a9b49-8390-4626-9eed-1fe16729ac69"

     },

     "hardwarePlans": {

       "href": "https://vac.tech.local:1281/v2/hardwarePlans/0691318f-2239-4a55-86b7-379f01707327"

     },

     "networkExtensionAppliance": [

       {

         "href": "https://vac.tech.local:1281/v2/tenants/2/networkextensionAppliance/BackupTenantNetworkAppliance%3ad3e18854-44e7-46e7-960e-81a4fd09c23b0691318f-2239-4a55-86b7-379f01707327"

       }

     ]

   }

 }

]