![]() |
REST API
16
REST API for Luna Network HSMs
|
Gets the network netstat information associated with the socket.
The identifier of a netstat socket.
Use: Required
JSON Schema:
Object
type: string
Netstat Socket Info
JSON Schema: Netstat Socket
Unexpected error
Socket ID does not exist
GET
https://1.2.3.4:8443/api/lunasa/network/netstat/22
{
"protocol" : "tcp",
"localAddress" : "0.0.0.0:22",
"foreignAddress" : "0.0.0.0:*",
"state" : "LISTEN",
"sendQueue" : 0,
"receiveQueue" : 0
}