System

Get

get

Retrieve the System settings

Query parameters
siteIdinteger · int32Optional
Responses
chevron-right
200

Success

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

Update

put

Modify System 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

Body
helpdeskEnabledboolean · nullableOptionalDeprecated

RAS Helpdesk: Enable (True) or disable (False).

helpdeskEmailstring · nullableOptionalDeprecated

RAS Helpdesk email.

cepEnabledboolean · nullableOptional

Customer Experience Program: Enable (True) or disable (False).

httpProxyModestring · enumOptional

HTTP Proxy Mode

Possible values:
httpProxyAddressstring · nullableOptionalDeprecated

HTTP Proxy Address.

httpProxyPortinteger · int32 · nullableOptionalDeprecated

A custom Proxy port number.

httpProxyPwdstring · nullableOptionalDeprecated

HTTP Proxy Password.

httpProxyUserstring · nullableOptionalDeprecated

HTTP Proxy User.

httpProxyRequiresAuthboolean · nullableOptionalDeprecated

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

resetIdleSessionAfterMinsinteger · int32 · nullableOptional

Reset RAS Console Idle session after (minutes).

Responses
put
/api/SystemSettings

No content

Was this helpful?