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
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 | nullableOptional

Specifies the Allowed Hosts.

httpsUrlstring | nullableOptional

Specifies the HTTPS URL.

enableWebConsoleboolean | nullableOptional

Specifies whether to enable/disable Web Console.

webConsoleBasePathstring | 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

Was this helpful?