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”]}, ]

Type: object

Type: array
No Additional Items

Result

Type: array of object
No Additional Items
Each item of this array must be:

InterfaceServicesRestartedOnSyncItem

Type: object
No Additional Properties

Type

Type: string

Service

Type: string

Ips

Type: array of string
No Additional Items
Each item of this array must be:
Type: string


Required roles: NETWORK_INTERFACE_READ