Update Settings Using PUT

Update Settings Using PUT

Updates the configuration settings.

Request
URI
PUT
https://{api_host}//localhost/rest/config/v1/settings
COPY
Request Body

Configuration settings object to be updated.

SettingsUpdateSpec of type(s) application/json
Required
{
    "feature_settings": {
        "cloud_managed": true
    },
    "general_settings": {
        "application_sso_timeout_minutes": 30,
        "application_sso_timeout_policy": "ENABLED",
        "block_restricted_clients": false,
        "client_idle_session_timeout_minutes": 300,
        "client_idle_session_timeout_policy": "NEVER",
        "client_max_session_timeout_minutes": 300,
        "client_max_session_timeout_policy": "TIMEOUT_AFTER",
        "client_session_timeout_minutes": 300,
        "console_session_timeout_minutes": 30,
        "display_pre_login_message": false,
        "display_warning_before_forced_logoff": true,
        "enable_automatic_status_updates": true,
        "enable_credential_cleanup_for_htmlaccess": false,
        "enable_multi_factor_re_authentication": false,
        "enable_sending_domain_list": false,
        "enable_server_in_single_user_mode": true,
        "forced_logoff_message": "The system will shut down shortly. Please save your work.",
        "forced_logoff_timeout_minutes": 3,
        "hide_domain_list_in_client": true,
        "hide_server_information_in_client": false,
        "machine_sso_timeout_minutes": 300,
        "machine_sso_timeout_policy": "DISABLED_AFTER",
        "pre_login_message": "Disclaimer : This server is being monitored for suspicious activity.",
        "restricted_client_data": [
            {
                "type": "WINDOWS",
                "version": "7.5"
            },
            {
                "type": "LINUX",
                "version": "6.5"
            }
        ],
        "restricted_client_message": "The system does not support this version of the Horizon client.",
        "store_cal_on_client": false,
        "store_cal_on_connection_server": false
    },
    "security_settings": {
        "data_recovery_password_hash": [
            "string"
        ],
        "data_recovery_password_hint": "password hint",
        "message_security_mode": "ENABLED",
        "re_auth_secure_tunnel_after_interruption": true
    }
}
feature_settings
Optional

feature_settings

general_settings
Optional

general_settings

security_settings
Optional

security_settings

Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

400

Bad Request

Operation doesn't return any data structure

401

User is not authenticated

Operation doesn't return any data structure