![]() |
REST API
16
REST API for Luna Network HSMs
|
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.