You can use the GetConfig API method to get all configuration information for a node. This API method includes the same information available in both the GetClusterConfig and GetNetworkConfig API methods.
This method has no input parameters.
This method has the following return value:
Name | Description | Type |
---|---|---|
config | The configuration details of the cluster. This object contains:
|
JSON object |
Requests for this method are similar to the following example:
{ "method": "GetConfig", "params": {}, "id" : 1 }
Due to the length of this response example, it is documented in a supplementary topic.
9.6