Proxy

Get

get

Retrieve the proxy settings

Query parameters
siteIdinteger · int32Optional
Responses
200

Success

application/json; api-version=1.0
get
/api/ProxySettings

Update

put

Modify Proxy Settings. For each setting, the request has a corresponding parameter. To modify a setting, specify a matching parameter and its value.

Query parameters
siteIdinteger · int32Optional

Site Id to retrieve Proxy Settings

Body
httpProxyModestring · enumOptional

HTTP Proxy Mode

Possible values:
httpProxyAddressstring | nullableOptional

HTTP Proxy Address.

httpProxyPortinteger · int32 | nullableOptional

A custom Proxy port number.

httpProxyPwdstring | nullableOptional

HTTP Proxy Password.

httpProxyUserstring | nullableOptional

HTTP Proxy User.

httpProxyRequiresAuthboolean | nullableOptional

HTTP Proxy Requires Authentication: Enable (True) or disable (False).

Responses
put
/api/ProxySettings

No content

Last updated