This request returns all task states of the management server.

Usage:

GET on /tasks

Request URL:

https://<MS hostname>/jss/tasks

Header:

fios-session:vc_sessionId

Request:

N/A

Response:

[{

  "id": 10453,

  "target": "500ae744-7686-812f-f773-d13d7b90eb69",

  "targetName": "vm109_centos7",

  "parentTaskId": null,

  "progress": 100,

  "submittedBy": "VSPHERE.LOCAL\\Administrator",

  "submittedAt": 1559337268964,

  "startedAt": 1559337269245,

  "completedAt": 1559337274700,

  "state": "Start Protection on vm109_centos7 successfully completed",

  "maxtime": 300000,

  "errorCode": 0,

  "errorMessage": null,

  "progressStatusCode": null,

  "successDetailCode": null,

  "successDetailMessage": null,

  "successDetailParams": null,

  "description": "Start Protection",

  "taskType": "FAILOVEROBJSTOREDOMAIN"

}]