RUAL Documentation

Node-settings APIs

Below is a comprehensive list of node settings-related APIs that serve various purposes, such as configuring global cluster settings, managing storage parameters, handling storage events, and adjusting local device settings.

Retrieves a list of configurable node setting keys used for managing system behavior, storage, authentication, and local device settings.

Key Type Example
authorization string "Bearer 1Z1105da2bac3190b757792066e83f6f3aZ0efa92ae3aebdd6079fa2f328f4dfe2a"
[ "es_update_on_insert", "es_update_on_insert_storages", "storage_events_retrigger", "storage_hdc_hours", "auth_login_retry_in_minutes", "local_devices_check_interval_in_minutes" ]
{ "succes": false, "error": "ERROR_KEY" }

Retrieves a list of configurable node setting keys, with there designated values. Used for managing system behavior, storage, authentication, and local device settings.

Key Type Example
authorization string "Bearer 1Z1105da2bac3190b757792066e83f6f3aZ0efa92ae3aebdd6079fa2f328f4dfe2a"
{ "es_update_on_insert": "", "es_update_on_insert_storages": "", "storage_events_retrigger": "", "storage_hdc_hours": "", "auth_login_retry_in_minutes": "", "local_devices_check_interval_in_minutes": "" }
{ "succes": false, "error": "ERROR_KEY" }

Retrieves a list of configurable node setting keys, with there designated values. Used for managing system behavior, storage, authentication, and local device settings.

Key Type Example
authorization string "Bearer 1Z1105da2bac3190b757792066e83f6f3aZ0efa92ae3aebdd6079fa2f328f4dfe2a"
Key Type Example
settings: {setting(s) you want to change} string "settings : {'auth_login_retry_in_minutes' : 10, 'storage_events_retrigger' : 100"
{ "es_update_on_insert": "", "es_update_on_insert_storages": "", "storage_events_retrigger": "100", "storage_hdc_hours": "", "auth_login_retry_in_minutes": "10", "local_devices_check_interval_in_minutes": "" }
{ "succes": false, "error": "ERROR_KEY" }