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 imported 3 of 4 documents",
"data": {
"_id": "c5855B77-aE70-e15c-6C0B-e1c8adBDaf6F",
"location": "Broker",
"view": null,
"status": "canceled",
"app": "dolor dolore anim magna",
"name": "ipsum velit magna sunt",
"variables": {
"decorators": [
{
"type": "encryption",
"pointer": "/gT3/r.Yuja0ycNb/fJ0Y,/~1"
},
{
"type": "encryption",
"pointer": "/~0/~0/L+fSGeniLlp/GokEf/~1/Kl3,ZLHttx/q8E/ZfDH/~0"
},
{
"type": "encryption",
"pointer": "/~1/~0/VoFIuZ/JddrkXMN/~1/~1/pfB/iNbyeP5Rgl"
},
{
"type": "encryption",
"pointer": "/~0"
}
]
},
"last_updated": "2006-04-28T14:01:04.636Z",
"encodingVersion": 1,
"job": {
"_id": "bf77508562cbbdd807d06cd4",
"task": "3a1f",
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"ancestors": null
},
"incomingRefs": [],
"groups": [
"d662f2d0bb94c0922773c0b8"
],
"type": "manual",
"metrics": {
"start_time": "voluptate dolor ullamco velit sed",
"claim_time": "1976-08-13T10:43:25.45Z",
"end_time": 27526088.022725537,
"server_id": "ipsum",
"finish_state": "success",
"run_time": -99083352.60004985,
"user": "",
"owner": {
"_id": "5d999b9df621d6f37cd9d11a",
"provenance": "eiusmod adipisicing",
"username": "labore exercitation",
"firstname": "Ut culpa esse consectetur aute",
"memberOf": [
{
"groupId": "9ce2a3680862eb0d0bcdabbc",
"aaaManaged": true
}
],
"assignedRoles": [
{
"roleId": "ut amet enim quis aliquip"
},
{
"roleId": "ipsum laboris Excepteur"
}
],
"inactive": false,
"lastLogin": "1960-10-08T07:11:26.233Z",
"_meta": {
"created": "1947-08-22T13:14:54.558Z",
"updated": "2018-09-10T14:20:13.169Z",
"migrationVersion": -73732759
},
"email": "nostrud"
}
}
}
}