/Proxies
Represents a collection of backup proxies managed by Veeam Backup for Microsoft Office 365.
Resource URL
https://<Backup-Office365>:4443/v3/Proxies |
Related Resources
Methods
The following methods are supported for the /Proxies resource:
Resource Representation
The /Proxies resource has the following representation:
[ { "isDefault": false, "useInternetProxy": true, "internetProxyType": "Custom", "internetProxySettings": { "hostName": "internet_proxy_host", "port": 3128, "useAuthentication": true, "UserName": "administrator" }, "id": "ea299798-8181-4726-841f-89a8a566b86b", "hostName": "deafault_proxy_host", "description": "Default backup proxy", "port": 9193, "threadsNumber": 64, "enableNetworkthrottling": false, "status": "Online", "_links": { "self": { "href": "https://127.0.0.1:4443/v3/proxies/ea299798-8181-4726-841f-89a8a566b86b" }, "repositories": { "href": "https://127.0.0.1:4443/v3/proxies/ea299798-8181-4726-841f-89a8a566b86b/repositories" } } } , ...]
|