REST API
4.0.0
REST API for SafeNet Network HSMs
|
Gets the tasked resource response and removes a task record with state "Finished"; errors otherwise.
The identifier of the task of interest
Use: Required
JSON Schema:
Object type: string
Success plus any output from the tasked resource.
JSON Schema: Response output is specific to the resource tasked.
Success, no output from the tasked resource.
The tasked resource is "Running"; not in a "Finished" state.
Unexpected error
GET https://1.2.3.4:8443/tasks/23/response
201 { "partitionID": "MyPartition" } 204 { }
404 { }