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

GET /api/lunasa/ntls/threads

This resource will give the NTLS worker threads settings

Parameters

None

Responses

200

Information about the NTLS worker threads settings

JSON Schema: NTLS Threads

400

Unexpected error

Example Request

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

Example Result

{
    "cmdProcessor" : 20,
    "dataPath" : 5
}

See Also

PUT /api/lunasa/ntls/threads
PATCH /api/lunasa/ntls/threads