Connection Allowed Devices

List

get

Retrieve a list of all the settings for RAS allowed devices

Query parameters
SiteIdinteger · int32Optional

Site ID for which to retrieve all the settings for RAS allowed devices (optional)

Responses
200

Success

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

Update

put

Update settings of a RAS allowed device

Query parameters
SiteIdinteger · int32Optional

ID of the site for which the RAS Allowed device settings will be updated

Body

Update allowed devices settings

allowClientWithSecurityPatchesOnlyboolean | nullableOptional

Allow clients with security patches only.

allowClientModestring · enumOptional

Allow Mode

Possible values:
allowClientChromeAppboolean | nullableOptional

Allow ChromeApp clients.

allowClientAndroidboolean | nullableOptional

Allow Android clients.

allowClientWebboolean | nullableOptional

Allow Web clients.

allowClientIOSboolean | nullableOptional

Allow IOS clients.

allowClientLinuxboolean | nullableOptional

Allow Linux clients.

allowClientMACboolean | nullableOptional

Allow Mac clients.

allowClientWindowsboolean | nullableOptional

Allow Windows clients.

allowClientWyseboolean | nullableOptional

Allow Wyse clients.

replicateSettingsboolean | nullableOptional

Enable/disable replication of settings to other sites.

minBuildChromeAppinteger · int32 | nullableOptional

Represents the minimum build required for the Chromeapp client.

minBuildAndroidinteger · int32 | nullableOptional

Represents the minimum build required for the Droid client.

minBuildWebinteger · int32 | nullableOptional

Represents the minimum build required for the Web client.

minBuildIOSinteger · int32 | nullableOptional

Represents the minimum build required for the IOS client.

minBuildLinuxinteger · int32 | nullableOptional

Represents the minimum build required for the Linux client.

minBuildMACinteger · int32 | nullableOptional

Represents the minimum build required for the Mac client.

minBuildWindowsinteger · int32 | nullableOptional

Represents the minimum build required for the Windows client.

minBuildWyseinteger · int32 | nullableOptional

Represents the minimum build required for the Wyse client.

Responses
put
/api/ConnectionAllowedDevices

No content

Last updated

Was this helpful?