Represents a collection of backup proxies managed by Veeam Backup for Microsoft Office 365.
Resource URL
https://<Backup-Office365>:<Port>/v1/Proxies |
Related Resources
Methods
The following methods are supported for the /Proxies resource:
Resource Representation
The /Proxies resource has the following representation:
[ { "id": "46d10221-7974-42d7-bb38-f80e65f95f3d", "hostName": "support.east.local", "description": "ABC Company Reports", "port": 9193, "threadsNumber": 64, "enableNetworkthrottling": true, "throttlingValue": 1250, "throttlingUnit": "KBs", "status": "Online", "_links": { "self": { "href": "https://support.east.local:4443/v1/Proxies/46d10221-7974-42d7-bb38-f80e65f95f3d" }, "repositories": { "href": "https://support.east.local:4443/v1/Proxies/46d10221-7974-42d7-bb38-f80e65f95f3d/repositories" } } }, ...] |
Related Topics