RestartNetworking
You can use the RestartNetworking method to restart the networking services on a node.
CAUTION:
This method restarts all networking services on a node, causing temporary loss of networking connectivity.
Parameter
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 |
Return values
This method has no return values.
Request example
Requests for this method are similar to the following example:
{
"method": "RestartNetworking",
"params": {
"force" : true
},
"id" : 1
}
Response example
This method returns a response similar to the following example:
{ "id" : 1,
"result" : {}
}
New since version
9.6