REST API  4.0.0
REST API for SafeNet Network HSMs
GET /tasks/{taskid}/actions

GET /tasks/{taskid}/actions

Gets all actions associated with the task.

Parameters

taskid

The identifier of the task of interest

Use: Required

JSON Schema:

   Object
   type: string

Responses

200

The set of all actions associated with the task.

JSON Schema: Task Actions

400

Unexpected error

404

Task does not exist.

Example Request

   GET 
   https://1.2.3.4:8443/tasks/15/actions

Example Result

{
    {
        "id": "start",
        "url": "/api/lunasa/hsms/tasks/15/actions/start"
    }
}