interface.services_restarted_on_sync ==================================== Returns which services will be set to listen on 0.0.0.0 (and, thus, restarted) on sync. Example result: [ // Samba service will be set ot listen on 0.0.0.0 and restarted because it was set up to listen on // 192.168.0.1 which is being removed. {"type": "SYSTEM_SERVICE", "service": "cifs", "ips": ["192.168.0.1"]}, ] .. raw:: html
List of services that were restarted during interface synchronization.
No Additional ItemsThe type of service restart event.
The name of the service that was restarted.
List of IP addresses associated with the service restart.
No Additional Items