NCM.PortsTcp
SolarWinds Information Service 2024.4 Schema Documentation
TCP ports inventory data. For valid Orion user with at least WebViewer NCM role. Read-only.
Inheritance
Access control
everyone
Properties
Name | Type | Summary | Access Control |
---|---|---|---|
EntityID | System.Int32 | The primary key and unique identifier of the record. | everyone |
TCPLocalAddress | System.String | The local IP address for this TCP connection. In the case of a connection in the listen state that is willing to accept connections for any IP interface associated with the node, the value 0.0.0.0 is used. | everyone |
TCPLocalPort | System.Int32 | The local port number for this TCP connection. | everyone |
TCPLocalPortName | System.String | Port description based on TCPLocalPort value. | everyone |
TCPRemoteAddress | System.String | The remote IP address for this TCP connection. | everyone |
TCPRemotePort | System.Int32 | The remote port number for this TCP connection. | everyone |
TCPState | System.String | The state of this TCP connection. The only value that may be set by a management station is deleteTCB(12). Accordingly, it is appropriate for an agent to return a 'badValue' response if a management station attempts to set this object to any other value. If a management station sets this object to the value deleteTCB(12) , then this has the effect of deleting the TCB (as defined in RFC 793) of the corresponding connection on the managed node, resulting in immediate termination of the connection. As an implementation-specific option, a RST segment may be sent from the managed node to the other TCP endpoint (note however that RST segments are not sent reliably). |
everyone |
TCPRemotePortName | System.String | Port description based on TCPRemotePort value. | everyone |
NodeID | System.Guid | The unique identifier of a network node subject to configuration actions. | everyone |
LastDiscovery | System.DateTime | Date and time NCM last discovered the device during inventory. | everyone |
FirstDiscovery | System.DateTime | Date and time NCM first discovered the device during inventory. | everyone |
Missing | System.Boolean | Deprecated. Not used. | everyone |
Target Relationships
Name | Type | Notes |
---|---|---|
NodeProperties | NCM.NodeProperties | Defined by relationship NCM.NodePropertiesRefPortsTcp (System.Reference) |
Node | NCM.Nodes | Defined by relationship NCM.NodeHostsPortsTcp (System.Hosting) |