Publised resources Default Settings

Get

get

Retrieve default settings used to configure published resources for a specific Site

Query parameters
siteIdinteger · int32Optional

Site ID from which to retrieve the defaults

Responses
200

Success

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

Update

put

Modify default settings used to configure published resources for a specific Site

Query parameters
siteIdinteger · int32Optional

Site ID from which to update the defaults

Body

Update default settings of published resources

createShortcutOnDesktopboolean | nullableOptional

Enable or disable the 'Create shortcut on Desktop' option.

replicateShortcutSettingsboolean | nullableOptional

Enable or disable the 'Replicate settings' option.

createShortcutInStartFolderboolean | nullableOptional

Enable or disable the 'Create shortcut in Start folder' option.

createShortcutInStartUpFolderboolean | nullableOptional

Enable or disable the 'Create shortcut in Auto Start folder' option.

startPathstring | nullableOptional

Specifies a path in the Start folder.

replicateDisplaySettingsboolean | nullableOptional

Enable or disable the "Replicate settings option'. This will replicate display settings to all sites.

startMaximizedboolean | nullableOptional

Enable or disable the 'Start the application as maximized when using mobile clients" option.

startFullscreenboolean | nullableOptional

Enable or disable the 'Start in fullscreen mode for WYSE ThinOS clients" option.

waitForPrintersboolean | nullableOptional

Enable or disable the 'Wait until all RAS Universal Printers are redirected before showing the application" option.

waitForPrintersTimeoutinteger · int32 | nullableOptional

Printer redirection timeout (in seconds). Works together with the WaitForPrinters parameter.

colorDepthstring · enumOptional

Color Depth

Possible values:
replicateLicenseSettingsboolean | nullableOptional

Enable or disable the 'Replicate settings' option. This will replicate license settings to all sites.

disableSessionSharingboolean | nullableOptional

Enable or disable the 'Disable session sharing' option.

oneInstancePerUserboolean | nullableOptional

Enable or disable the 'Allow users to start only one instance of the application' option.

conCurrentLicensesinteger · int32 | nullableOptional

Specifies the number of concurrent licenses (the 'Concurrent licenses' option).

licenseLimitNotifystring · enumOptional

Defines actions to perform when the license limit is exceeded.

Possible values:
maintenanceMessage_en_USstring | nullableOptional

Maintenance message for the published resource in English.

maintenanceMessage_ja_JPstring | nullableOptional

Maintenance message for the published resource in Japanese.

maintenanceMessage_fr_FRstring | nullableOptional

Maintenance message for the published resource in French.

maintenanceMessage_es_ESstring | nullableOptional

Maintenance message for the published resource in Spanish.

maintenanceMessage_it_ITstring | nullableOptional

Maintenance message for the published resource in Italian.

maintenanceMessage_pt_BRstring | nullableOptional

Maintenance message for the published resource in Portuguese.

maintenanceMessage_de_DEstring | nullableOptional

Maintenance message for the published resource in German.

maintenanceMessage_nl_NLstring | nullableOptional

Maintenance message for the published resource in Dutch.

maintenanceMessage_zh_TWstring | nullableOptional

Maintenance message for the published resource in Chinese (Traditional).

maintenanceMessage_zh_CNstring | nullableOptional

Maintenance message for the published resource in Chinese (Simplified).

maintenanceMessage_ko_KRstring | nullableOptional

Maintenance message for the published resource in Korean.

replicateMaintenanceboolean | nullableOptional

Enable or disable the 'Replicate Maintenance' option.

Responses
put
/api/PubDefaultSettings

No content

Was this helpful?