This view lists the connection state for 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 |
| instance_id | Identity of the instance node |
| instance_name | Name of the instance node |
| connection | Instance node connection string |
| state | Connection state (0 indicates OK) |
| message | Error message associated with a connection error |
| detail | Additional error detail |
Comments
Article is closed for comments.