REST API  14
REST API for Luna Network HSMs
GET /api/lunasa/ntls/tcpKeepAlive

GET /api/lunasa/ntls/tcpKeepAlive

This resource displays the TCP KeepAlive information for NTLS

Parameters

None

Responses

200

TCP KeepAlive information related to the NTLS service.

JSON Schema: NTLS TCP KeepAlive

400

Unexpected error

Example Request

   GET
   https://1.2.3.4:8443/api/lunasa/ntls/tcpKeepAlive

Example Result

{
    "count" : 2,
    "idle" : 10,
    "interval" : 10
}

See Also

PUT /api/lunasa/ntls/tcpKeepAlive
PATCH /api/lunasa/ntls/tcpKeepAlive