![]() |
REST API
17
REST API for Luna Network HSMs
|
Performs the specified task action.
The identifier of the task of interest
Use: Required
JSON Schema:
Object type: string
The identifier of the task action to be performed
Use: Required
JSON Schema:
Object type: string minLength: 1 maxLength: 32 pattern: ^[a-zA-Z0-9_.-]*$
Success
JSON Schema:
id: Object
type: string
"Location" is the URL to the task.
Unexpected error
Task does not exist.
POST https://1.2.3.4:8443/tasks/15/actions/start
{'Access-Control-Allow-Origin': '*', 'Content-Type': 'application/json', 'Location': '/tasks/15', 'Content-Length': '712', 'Access-Control-Allow-Credentials': 'true'}
{
}