This view lists the configuration settings for all instance nodes under an area or edge node.
The view requires the following parameters:
| Name | Optional | Type | Description |
| node$ | Mandatory | Text | Name of an area or edge node in the network |
The view returns the following columns:
| Name | Description |
| edge_id | Identity of the parent edge node |
| edge_name | Name of the parent edge node |
| connection | Instance node connection string |
| state | Connection state (0 indicates OK) |
| error | Error message associated with connection error |
| identity | Identity of the instance node |
| key | Name of the configuration parameter |
| value | Value of the configuration parameter |
Note that this view returns information for all instance nodes reachable under node$; any unreachable instance nodes will also be listed with a non-zero state and an error message.
Comments
Article is closed for comments.