REST API  5.0.0
REST API for SafeNet Network HSMs
Network Netstat Socket ID

Network Netstat Socket ID

Object

    protocol: Object
    type: string
    description:  protocol is the tcp/udp protocol for the socket.

    localAddress: Object
    type: string
    description:  localAddress is the address of the socket.

    foreignAddress: Object
    type: string
    description:  foreignAddress is the address that is connected to the socket.

    state: Object
    type: string
    description:  state is the current state of the socket, such as LISTEN and ESTABLISHED.

    sendQueue: Object
    type: integer
    description:  sendQueue is the number of bytes not acknowledged by the remote host.

    receiveQueue: Object
    type: integer
    description:  receiveQueue is the number of bytes not copied by the user program connected to this socket.