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 created the requested item",
"data": {
"_id": "BeAC7bE8-8E8c-19c1-EAb7-e8EaA1bbe516",
"location": "Broker",
"view": null,
"status": "running",
"app": "ex",
"name": "Ut officia commodo",
"variables": {
"decorators": [
{
"type": "encryption",
"pointer": "/rfdZ/~0/GVY/~1/r1wI0-BprBD/rT9128uPsMO/yNd/~0/w,g98+lOn/~1"
}
]
},
"last_updated": "1999-01-27T23:20:23.328Z",
"encodingVersion": 1,
"job": {
"_id": "a66df087311b584bb83e0d21",
"task": "e28f",
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"ancestors": [
"75eaa6e4ac02de9734b37b73",
"6a9eeed470471c7e7a72ac18",
"eba4aa9452235f712d9d5e68",
"3c858345bd095e7033d5da4f",
"f6452adf3e01996116ba2630"
]
},
"incomingRefs": [],
"groups": [
"e17e0ce003866e795ebdad2f"
],
"type": "manual",
"metrics": {
"start_time": "occaecat do ut in",
"claim_time": "1978-03-01T05:57:47.119Z",
"end_time": 11225779.534402847,
"server_id": "esse mollit",
"finish_state": "success",
"run_time": -66321424.639185846,
"user": "f8907e3d5e5171a8c41ae07a",
"owner": "9175cc51cab1b0ccf1c8b2b2"
}
}
}