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": "459DecDf-B88a-2dA6-59Eb-18DB8ECc7ab6",
"location": "Broker",
"view": null,
"status": "paused",
"app": "esse proident",
"name": "tempor id",
"variables": {
"decorators": [
{
"type": "encryption",
"pointer": "/~0"
},
{
"type": "encryption",
"pointer": "/WxYpIZcNwu/qj/~0/~1/zQQ/i5s/~0/~0/YjPPQsSY/oYrrtGn06w"
}
]
},
"last_updated": "1957-10-23T10:17:30.053Z",
"encodingVersion": 1,
"job": {
"_id": "4670da51d2e9a286b7219ddd",
"task": "e28f",
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"ancestors": [
"81ce9de90702c2371975dfa7",
"9007ab4c5c1c5b5399dcb430",
"b7ca026faac6d7303ef556cf",
"78ca8dbcd5dde4405a651de5"
]
},
"groups": [
"86569cdb6b1040b031bdf1e4",
"39337a2f4f35509f6c9cbcf9"
],
"type": "operation",
"metrics": {
"start_time": "do consequat incididunt reprehenderit ipsum",
"end_time": -22440915.270433053,
"server_id": "minim nostrud adipisicing laboris",
"finish_state": "paused",
"run_time": -61493154.99574697,
"retrying": true,
"user": "a3a7dc7a49286d358361fd50",
"owner": "911b6fdbd9a17bd0a6d5abd2"
}
}
}