Settings

Get

get

Retrieve the Web Admin settings. A local administrator on the Web Server or a RAS Root administrator can call this command.

Responses
chevron-right
200

Success

application/json; api-version=1.0
get
/api/WebService/settings

Update

put

Modify the Web Admin settings. A local administrator on the Web Server or a RAS Root administrator can call this command.

Body

Update RAS Web Administration Service settings

allowedHostsstring · min: 1 · max: 255 · nullableOptional

Specifies the Allowed Hosts.

httpsUrlstring · nullableOptional

Specifies the HTTPS URL.

enableWebConsoleboolean · nullableOptional

Specifies whether to enable/disable Web Console.

webConsoleBasePathstring · min: 1 · max: 255 · nullableOptional

Specifies the Web Console Base Path. The RAS Web Administration Server Service needs to be manually restarted for the BasePath change to be effective.

webConsolePollingIntervalinteger · int32 · nullableOptional

Specifies the Web Console Polling Interval.

enableRESTboolean · nullableOptional

Specifies whether to enable/disable REST.

rasLicensingServerstring · nullableOptional

Specifies the RAS Licensing Server.

rasSecondaryServersstring[] · nullableOptional

Specifies the RAS Secondary Servers.

sessionExpireinteger · int32 · nullableOptional

Specifies the Session Expiry time in minutes.

sessionDisconnectDelayinteger · int32 · nullableOptional

Specifies the Session Disconnect Delay in seconds.

Responses
put
/api/WebService/settings

No content

Last updated

Was this helpful?