/InternetProxySettings
Represents the internet proxy settings. Veeam Backup for Microsoft Office 365 server will process backup jobs through an internet proxy with these settings.
  | 
Internet proxy settings are global and will be applied to all backup jobs in Veeam Backup for Microsoft Office 365.  | 
Resource URL
https://<Backup-Office365>:4443/v3/ExclusionSettings  | 
Related Resources
None.
Methods
The following methods are supported for the /InternetProxySettings resource:
Properties
The /InternetProxySettings resource has the following properties:
Property  | Type  | Description  | 
|---|---|---|
UseInternetProxy  | bool  | If set to true, indicates that Veeam Backup for Microsoft Office 365 uses the internet proxy. For example, "useInternetProxy": "true".  | 
HostName  | string  | Indicates the name of the internet proxy. For example, "hostName": "InternetProxy1".  | 
Port  | int  | Indicates a port for connection to the internet proxy. The default port for connection to the internet proxy is 3128. For example, "port": "3128".  | 
UseAuthentication  | bool  | Indicates that Veeam Backup for Microsoft Office 365 will use an authentication credentials when connecting to the internet proxy. For example, "useAuthentication": "true".  | 
UserName  | string  | Indicates the username for the authentication with internet proxy. For example, "userName": "LocalAdministrator".  | 
UserPassword  | string  | Indicates the username for the authentication with internet proxy. For example, "userPassword": "LocalPassword".  | 
Resource Representation
The /InternetProxySettings resource has the following representation:
{ "useInternetProxy": true, "_links": { "self": { "href": "https://127.0.0.1:4443/v3/internetProxy" } }, "hostName": "internetproxyhost", "port": 3128, "useAuthentication": true, "userName": "administrator" "userPassword": "password" }  |