This is a translation of the original English documentation page. Help us make it better.

> עצם הגדרות

העצמים הבאים קשורים ישירות ל־API של settings (הגדרות).

דוגמאות

בַּקָשָׁה:

{
            "jsonrpc": "2.0",
            "method": "settings.get",
            "params": {
                "output": "להרחיב"
            },
            "auth": "038e1d7b1735c6a5436ee9eae095879e",
            "מזהה": 1
       }

תְגוּבָה:

{
            "jsonrpc": "2.0",
            "תוצאה": {
                "default_theme": "נושא כחול",
                "search_limit": "1000",
                "max_in_table": "50",
                "server_check_interval": "10",
                "work_period": "1-5,09:00-18:00",
                "show_technical_errors": "0",
                "history_period": "24 שעות",
                "period_default": "שעה אחת",
                "max_period": "2y",
                "severity_color_0": "97AAB3",
                "severity_color_1": "7499FF",
                "severity_color_2": "FFC859",
                "severity_color_3": "FFA059",
                "severity_color_4": "E97659",
                "severity_color_5": "E45959",
                "severity_name_0": "לא מסווג",
                "severity_name_1": "מידע",
                "severity_name_2": "אזהרה",
                "severity_name_3": "ממוצע",
                "severity_name_4": "גבוה",
                "severity_name_5": "אסון",
                "custom_color": "0",
                "ok_period": "5m",
                "blink_period": "2m",
                "problem_unack_color": "CC0000",
                "problem_ack_color": "CC0000",
                "ok_unack_color": "009900",
                "ok_ack_color": "009900",
                "problem_unack_style": "1",
                "problem_ack_style": "1",
                "ok_unack_style": "1",
                "ok_ack_style": "1",
                "discovery_groupid": "5",
                "default_inventory_mode": "-1",
                "alert_usrgrpid": "7",
                "snmptrap_logging": "1",
                "default_lang": "iw_GB",
                "default_timezone": "מערכת",
                "login_attempts": "5",
                "login_block": "שנות ה-30",
                "validate_uri_schemes": "1",
                "uri_valid_schemes": "http,https,ftp,file,mailto,tel,ssh",
                "x_frame_options": "SAMEORIGIN",
                "iframe_sandboxing_enabled": "1",
                "iframe_sandboxing_exceptions": "",
                "max_overview_table_size": "50",
                "connect_timeout": "3 שניות",
                "socket_timeout": "3 שניות",
                "media_type_test_timeout": "65 שניות",
                "script_timeout": "שנות ה-60",
                "item_test_timeout": "שנות ה-60",
                "url": "",
                "report_test_timeout": "שנות ה-60",
                "auditlog_enabled": "1",
                "ha_failover_delay": "1m",
                "geomaps_tile_provider": "OpenStreetMap.Mapnik",
                "geomaps_tile_url": "",
                "geomaps_max_zoom": "0",
                "geomaps_attribution": ""
            },
            "מזהה": 1
       }