[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api

TaskDrResponseList

List of entities about: Info about a task.


Properties

_meta Optional

List metadata


array of Task
list Optional

Info about a task.

JSON Example

{
	"_meta": {
		"errors": [
			{
				"code": "string",
				"field": "string",
				"message": "string"
			}
		],
		"limit": 0,
		"links": {
			"next": {
				"href": "string"
			},
			"previous": {
				"href": "string"
			},
			"self": {
				"href": "string"
			}
		},
		"offset": 0,
		"total": 0
	},
	"list": [
		{
			"complete_time": 0,
			"description": "string",
			"error": {
				"details": "string",
				"message": "string"
			},
			"id": "string",
			"progress": 0,
			"result": {},
			"start_time": 0,
			"status": "QUEUED",
			"type": "string"
		}
	]
}
[{"label":"Latest (2.0.0)","version":"latest"},{"version":"1.0.0"}]
srm-appliance-config-api
Returned By

Get All Tasks Info

Feedback

Was this page helpful?