For the complete documentation index, see llms.txt. This page is also available as Markdown.

Connection Settings

List

get

Retrieve a list of all remote session settings.

Query parameters
SiteIdinteger · int32Optional

Site ID for which to retrieve all remote session settings (optional).

Responses
200

Success

application/json; api-version=1.0

RAS Session Settings

fipsModestring · enumOptional

FIPS Mode Setting

Possible values:
remoteIdleSessionTimeoutinteger · int32Optional

The session idle timeout (in seconds).

logoffIdleSessionTimeoutinteger · int32Optional

The client logoff timeout (in seconds).

cachedSessionTimeoutinteger · int32Optional

The cached session timeout (in seconds).

replicateSettingsbooleanOptional

Whether to replicate settings to other sites.

siteIdinteger · int32Optional

ID of the Site.

get/api/ConnectionSettings

Update

put

Update settings of a remote session

Query parameters
SiteIdinteger · int32Optional

ID of the site for which the remote session settings will be updated

Body

Update user session settings

remoteIdleSessionTimeoutinteger · int32 · nullableOptional

Set the session idle timeout (in seconds).

logoffIdleSessionTimeoutinteger · int32 · nullableOptional

Set the client logoff timeout (in seconds).

cachedSessionTimeoutinteger · int32 · nullableOptional

Set the cached session timeout (in seconds).

fipsModestring · enumOptional

FIPS Mode Setting

Possible values:
replicateSettingsboolean · nullableOptional

Whether to replicate settings to other sites.

Responses
204

No Content

No content

put/api/ConnectionSettings

No content

Last updated