REST API  17
REST API for Luna Network HSMs
GET /api/lunasa/ntls/actions

GET /api/lunasa/ntls/actions

This resource list the actions linked to NTLS.

Parameters

None

Responses

200

The list of actions related to the NTLS service.

JSON Schema: NTLS Actions

400

Unexpected error

Example Request

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

Example Result

{
    "actions": [
        {
            "id": "reset",
            "url": "/api/lunasa/ntls/actions/reset"
        },
        {
            "id": "setDefaultCipherList",
            "url": "/api/lunasa/ntls/actions/setDefaultCipherList"
        },
        {
            "id": "setDefaultGroupList",
            "url": "/api/lunasa/ntls/actions/setDefaultGroupList"
        }
    ]
}

See Also

POST /api/lunasa/ntls/actions/{actionid}