GET /rest/system/config/insync

Deprecated since version v1.12.0: This endpoint still works as before but is deprecated. Use /rest/config/restart-required instead.

Returns whether the config is in sync, i.e. whether the running configuration is the same as that on disk.

  1. {
  2. "configInSync": true
  3. }