Orion.APM.NodeToNodeLink
SolarWinds Information Service 2024.4 Schema Documentation
This entity aggregates all connections between two nodes.
Inheritance
↳ System.Entity
↳ System.ManagedEntity
Access control
| Operations |
Right |
| read |
everyone |
| create,read,update,delete,invoke |
manageNodes |
Properties
| Name |
Type |
Summary |
Access Control |
| ID |
System.Int32 |
Unique integer identifier of link between nodes. |
everyone |
| ChildNodeID |
System.Int32 |
ID of node representing source of connection. |
everyone |
| ParentNodeID |
System.Int32 |
ID of node representing destination of connection. |
everyone |
| Latency |
System.Int32 |
Latency in ms between child and parent node. |
everyone |
| PacketLoss |
System.Double |
Packet loss between child and parent node. |
everyone |
| Status |
System.Int32 |
Status of connection. |
everyone |
| LatencyStatus |
System.Int32 |
Worst status of latency aggregated from Orion.APM.DependencyTCPStatistics. |
everyone |
| PacketLossStatus |
System.Int32 |
Worst status of packet loss aggregated from Orion.APM.DependencyTCPStatistics. |
everyone |
| StatusDescription |
System.String |
Verbal expression of connection status. |
everyone |
| LatencyStatusDescription |
System.String |
Verbal expression of latency status. |
everyone |
| PacketLossStatusDescription |
System.String |
Verbal expression of packet loss status. |
everyone |
| DetailsUrl |
System.String |
Url to Link Details Page where are details of the entity. |
everyone |
| DisplayName |
System.String |
Caption of child node and parent node. |
everyone |
| Description |
System.String |
Custom description of connection. |
everyone |
| StatusLED |
System.String |
This property is not used. |
everyone |
| Image |
System.String |
This property is not used. |
everyone |
| ModernIcon |
System.String |
Nova icon name for the entity. |
everyone |
Source Relationships
Target Relationships
| Name |
Type |
Notes |
| ChildNode |
Orion.Nodes |
Defined by relationship Orion.APM.NodeToNodeLinkReferencesChildNode (System.Reference) |
| ParentNode |
Orion.Nodes |
Defined by relationship Orion.APM.NodeToNodeLinkReferencesParentNode (System.Reference) |