restart-required

Download Spec

post /settings/api/v1/restart_required/{scope}

Verify if restart is required for given settings scope.

Response

ExamplesSchema

OK

{
  "restart": true,
  "settings": {
    "db": {
      "conn_max_idletime": true,
      "conn_max_lifetime": true,
      "max_idle_conns": true,
      "max_open_conns": true
    },
    "housekeeping": {
      "data_retention_period": true,
      "housekeeping_interval": false,
      "status_check_interval": true,
      "system_health_check_interval": false,
      "cache_db_expiry_interval": false,
      "verify_disk_mounts": false
    }
  }
}

Was this page helpful?