Resources | Methods |
---|---|
https://localhost:8443/api/rest/tasks |
GET
Retrieves a list of current tasks the user is authorized to view.
|
https://localhost:8443/api/rest/tasks/{task-identifier} |
GET
Retrieves a task.
DELETE Terminates a task. |
GETRetrieves a list of current tasks the user is authorized to view. Users with Provisioner or Administrator roles can retrieve all tasks on the DMA. Users without these roles can only retrieve tasks that they created. [tags: DMA] RequestResponse
|
Name | Type | Description |
---|---|---|
task-identifier | xs:string | The task identifier |
GETRetrieves a task. The user must be the task creator or have Administrator or Provisioner roles. [tags: DMA] Response
DELETETerminates a task. The user must be the task creator or have Administrator or Provisioner roles. [tags: DMA] Response
|