REST API  14
REST API for Luna Network HSMs
POST /api/lunasa/ntls/actions/{actionid}

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

Performs the specified NTLS action.

Parameters

actionid

The parameter specifying the action to perform.

Use: Required

JSON Schema:

    Object
    type:string

Responses

204

Success

400

Unexpected error

404

Invalid NTLS action.

Example Request

Reset the NTLS counters:

   POST
   https://1.2.3.4:8443/api/lunasa/ntls/actions/reset
   {

   }

Example Result

{
}

See Also

GET /api/lunasa/ntls/actions