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

GET /api/lunasa/ntls/bind

This resource will provide the interface bound to ntls, and whether it is active

Parameters

None

Responses

200

Interface information currently bound to the NTLS service.

JSON Schema: NTLS Bind

400

Unexpected error

Example Request

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

Example Result

{
    "active" : true,
    "interface" : "all"
}

See Also

PUT /api/lunasa/ntls/bind
PATCH /api/lunasa/ntls/bind