Get Tasks
List all running and completed Tasks.
Response
An array of Tasks and their status.
Example response
[
{
"id": "ff70c2c0-af21-44c8-8fec-18e2d82eabf0",
"name": "examples/simple_udp_defaults",
"parameters": {},
"code": 200,
"message": "success",
"tenant": "tenant",
"application": "app",
"timestamp": "2019-08-24T14:15:22Z",
"_links": {
"self": "/mgmt/shared/fast/tasks"
}
},
{
"id": "301ee9ed-e73e-4108-a9a2-3104509d7880",
"name": "examples/simple_udp_defaults",
"parameters": {},
"code": 0,
"message": "in progress",
"tenant": "tenant",
"application": "app",
"timestamp": "2019-08-24T14:15:22Z",
"_links": {
"self": "/mgmt/shared/fast/tasks"
}
},
{
"id": "7908d0b0-c4cc-41ed-a7e0-9d2d376a3c7b",
"name": "examples/simple_udp_defaults",
"parameters": {},
"code": 202,
"message": "in progress",
"tenant": "tenant",
"application": "app",
"timestamp": "2019-08-24T14:15:22Z",
"_links": {
"self": "/mgmt/shared/fast/tasks"
}
},
{
"id": "21697cbe-56b9-4d50-bd54-fd84f8c056de",
"name": "examples/simple_udp_defaults",
"parameters": {},
"code": 422,
"message": "declaration is invalid",
"tenant": "tenant",
"application": "app",
"timestamp": "2019-08-24T14:15:22Z",
"_links": {
"self": "/mgmt/shared/fast/tasks"
}
}
]Changes
Changed in 2 of the 50 revisions of this API.233
- ▲
the
coderesponse's property type/format changed frominteger/int32to/for status500response-property-type-changed
- ●
added the new
500.00enum value to thecoderesponse property for the response status500response-property-enum-value-added
- ○
added the optional property
errorto the response with the500statusresponse-optional-property-added
- ○
added the optional property
items/errorsto the response with the200statusresponse-optional-property-added
- ▲
- ▲
the
coderesponse's property type/format changed from/tointeger/int32for status500response-property-type-changed
- ●
removed the optional property
errorfrom the response with the500statusresponse-optional-property-removed
- ●
removed the optional property
items/errorsfrom the response with the200statusresponse-optional-property-removed
- ○
removed the
500.00enum value from thecoderesponse property for the response status500response-property-enum-value-removed
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲