Orion.APM.ApplicationTcpConnection
SolarWinds Information Service 2024.4 Schema Documentation
This entity aggregates application connections from one process to another.
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 |
The unique integer representation of database. |
everyone |
| ParentDependencyID |
System.Int32 |
The unique integer identified of ID in Orion.Dependencies. |
everyone |
| ClientProcessName |
System.String |
The name of the process which is the source of the connection. |
everyone |
| ClientCmdlineArgs |
System.String |
The process arguments of the process which is the source of the connection. |
everyone |
| ClientServiceName |
System.String |
The service name for source of the connection. |
everyone |
| ClientInterfaceID |
System.Int32 |
The interface Id for source of the connection. |
everyone |
| ClientComponentID |
System.Int64 |
ID of component being monitored on client node. |
everyone |
| ClientApplicationID |
System.Int32 |
ID of application being monitored on client node. |
everyone |
| ClientNodeID |
System.Int32 |
ID of client node. |
everyone |
| ClientNodeIPAddress |
System.String |
IP address of client node. |
everyone |
| ServerProcessName |
System.String |
The name of the process which is the destination of the connection. |
everyone |
| ServerCmdlineArgs |
System.String |
The process arguments of the process which is the destination of the connection. |
everyone |
| ServerServiceName |
System.String |
The service name for destination of the connection. |
everyone |
| ServerInterfaceID |
System.Int32 |
The interface Id for destination of the connection. |
everyone |
| ServerComponentID |
System.Int64 |
ID of component, except port based component, being monitored on server node. |
everyone |
| ServerPortComponentID |
System.Int64 |
ID of port based component being monitored on server node. |
everyone |
| ServerApplicationID |
System.Int32 |
ID of application being monitored on server node. |
everyone |
| ServerNodeID |
System.Int32 |
ID of server node. |
everyone |
| ServerNodeIPAddress |
System.String |
IP address of server node. |
everyone |
| ServerPort |
System.Int32 |
The port address of the connection. |
everyone |
| ClientDescription |
System.String |
The description of the source of the connection. |
everyone |
| ServerDescription |
System.String |
The description of the destination of the connection. |
everyone |
| LastSeenTimeStamp |
System.DateTime |
The time when was the connection seen last time. |
everyone |
| Latency |
System.Int32 |
Latency in ms for the connection. |
everyone |
| PacketLoss |
System.Double |
Packet loss for the connection. |
everyone |
| Status |
System.Int32 |
The value indicating status of the connection. |
everyone |
| LatencyStatus |
System.Int32 |
The value indicating latency status of the connection. |
everyone |
| PacketLossStatus |
System.Int32 |
The value indicating packet loss status of the connection. |
everyone |
| LastStatisticPollTime |
System.DateTime |
Last statistics poll time for latency and packetLoss |
everyone |
| Image |
System.String |
Image what should be shown in UI. |
everyone |
| StatusDescription |
System.String |
The description of the status. |
everyone |
| LatencyStatusDescription |
System.String |
Verbal expression of latency status. |
everyone |
| PacketLossStatusDescription |
System.String |
Verbal expression of packet loss status. |
everyone |
| StatusLED |
System.String |
LED which should be displayed in the UI |
everyone |
| DetailsUrl |
System.String |
URL where can be displayed details about the entity. |
everyone |
| DisplayName |
System.String |
Name of dependency with appropriate server port. |
everyone |
| Description |
System.String |
The description of the entity. |
everyone |
| ModernIcon |
System.String |
Nova icon name for the entity. |
everyone |
Target Relationships
| Name |
Type |
Notes |
| DependencyTcpStatistics |
Orion.APM.DependencyTcpStatistics |
Defined by relationship Orion.APM.DependencyTcpStatisticsHostsApplicationTcpConnections (System.Hosting) |
| Dependency |
Orion.Dependencies |
Defined by relationship Orion.APM.ApplicationTcpConnectionReferencesDependency (System.Reference) |
| ClientInterface |
Orion.NPM.Interfaces |
Defined by relationship Orion.APM.ApplicationTcpConnectionReferencesClientInterface (System.Reference) |
| ServerInterface |
Orion.NPM.Interfaces |
Defined by relationship Orion.APM.ApplicationTcpConnectionReferencesServerInterface (System.Reference) |
| ClientApplication |
Orion.APM.Application |
Defined by relationship Orion.APM.ApplicationTcpConnectionReferencesClientApplication (System.Reference) |
| ServerApplication |
Orion.APM.Application |
Defined by relationship Orion.APM.ApplicationTcpConnectionReferencesServerApplication (System.Reference) |
| ClientNode |
Orion.Nodes |
Defined by relationship Orion.APM.ApplicationTcpConnectionReferencesClientNode (System.Reference) |
| ServerNode |
Orion.Nodes |
Defined by relationship Orion.APM.ApplicationTcpConnectionReferencesServerNode (System.Reference) |
| ClientProcessComponent |
Orion.APM.Component |
Defined by relationship Orion.APM.ApplicationTcpConnectionReferencesClientProcessComponent (System.Reference) |
| ServerProcessComponent |
Orion.APM.Component |
Defined by relationship Orion.APM.ApplicationTcpConnectionReferencesServerProcessComponent (System.Reference) |
| ServerPortComponent |
Orion.APM.Component |
Defined by relationship Orion.APM.ApplicationTcpConnectionReferencesServerPortComponent (System.Reference) |