You can use the GetNetworkConfig method to display the network configuration information for a node.
This method has no input parameters.
This method has the following return value:
Name | Description | Type |
---|---|---|
network | Network connection types and current settings for each network interface of the node. | network (all interfaces) |
Requests for this method are similar to the following example:
{ "method": "GetNetworkConfig", "params": {}, "id" : 1 }
Due to the length of this response example, it is documented in a supplementary topic.
9.6