You can use the RestartNetworking method to restart the networking services on a node.
This method has the following input parameter:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
force | Set to true to restart networking services on a node. | boolean | None | Yes |
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "RestartNetworking", "params": { "force" : true }, "id" : 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result" : {} }
9.6