Summary
Release a currently assigned task
Description
Remove user assignment from a currently assigned Task.
Route
POST /operations-manager/tasks/:taskId/release
Roles
admin
apiwrite
engineering
operations
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
taskId |
string |
yes |
The id of the Task iteration to be released. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
result |
object |
The result of the release operation. |
Copied to Clipboard
{
"message": "Successfully retrieved search results",
"data": {
"_id": "6c3e8430-8Acb-82ED-2Ea4-7CA0Efae1a6D",
"location": "Application",
"view": null,
"status": "canceled",
"app": "Excepteur",
"name": "exercitation cillum voluptate eu",
"variables": {
"decorators": [
{
"type": "encryption",
"pointer": "/~0/~1/QY/WHtaqBhoDB/~0/wUrP3+sjN"
},
{
"type": "encryption",
"pointer": "/pZL601u/~1/WoHGe+9VZm/~0/~0/G987GQB/G-EwqMpo./PHu9Pn5x/~0/~0/~0"
}
]
},
"last_updated": "1947-08-23T11:45:22.511Z",
"encodingVersion": 1,
"job": {
"_id": "1d1f82b0c0133a998afb540e",
"task": "3a1f",
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"ancestors": [
"f7c4bd1945662a3c197caf58",
"da611d67885417f3cdd51383"
]
},
"groups": [
"e9d26703cd3d7daf13b7f159",
"0e53cf7f450052c99ce29d87",
"a7ed869962e9989482d2d96b",
"ef95c147fd65d9f33f7ea90c",
"f887c275dbd908e3177179f9"
],
"type": "automatic",
"metrics": {
"start_time": "velit aliqua",
"end_time": -19999104.97731419,
"server_id": "elit veniam in pariatur est",
"finish_state": "failure",
"run_time": 27614635.447023377,
"retrying": null,
"user": "Pronghorn",
"owner": "f00330b8b6b8e4436bb502dc"
}
}
}