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": "2815e86F-590d-cddE-9b92-e61FefFe1Ba9",
"location": "Broker",
"view": null,
"status": "running",
"app": "ut et eu",
"name": "in veniam non eiusmod Duis",
"variables": {
"decorators": [
{
"type": "encryption",
"pointer": "/BkbW2X/Dg/WRMl/FvcBV/anZ-h/dF.lLfo/ff"
}
]
},
"last_updated": "2019-07-04T02:55:44.148Z",
"encodingVersion": 1,
"job": {
"_id": "99441006c16163434b2d5cc0",
"task": "b4f",
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"ancestors": null
},
"groups": [
"8fff472d877261e1069042d6",
"afb96d43d65f2ef1662b35df"
],
"type": "manual",
"metrics": {
"start_time": "ullamco deserunt et",
"claim_time": "1957-10-08T00:01:17.279Z",
"end_time": 38212169.68669522,
"server_id": "mollit",
"finish_state": "success",
"run_time": -66211487.96006988,
"user": {
"_id": "c577e6bf61e522b08c251d64",
"provenance": "dolore aute et quis",
"username": "voluptate veniam magna amet",
"firstname": "mollit et anim quis",
"memberOf": [
{
"groupId": "f8fbbe9144869b2fbb738926",
"aaaManaged": false
},
{
"groupId": "3c6e6d6347477b0930d08a99",
"aaaManaged": true
}
],
"assignedRoles": [
{
"roleId": "magna occaecat"
},
{
"roleId": "ut id ut"
}
],
"inactive": false,
"lastLogin": "2004-09-08T07:28:07.751Z",
"_meta": {
"created": "1993-10-23T19:06:41.525Z",
"updated": "2019-01-08T14:23:29.693Z",
"migrationVersion": -14829585
},
"email": "tempor qui et"
},
"owner": {
"_id": "bd7dae7b4133763805198272",
"provenance": "cupidatat aliquip est",
"username": "ex ipsum",
"firstname": "sit qui",
"memberOf": [
{
"groupId": "f1a5a3a2d3fe73352a41a6a7",
"aaaManaged": true
},
{
"groupId": "1b06d79cd8ccc3bef2c9e22b",
"aaaManaged": false
},
{
"groupId": "74fbbd51ef3533456ba16f8c",
"aaaManaged": true
},
{
"groupId": "d8b09cd75ac5dd07ca369dea",
"aaaManaged": true
},
{
"groupId": "43e893dcdb24e687c11d2591",
"aaaManaged": false
}
],
"assignedRoles": [
{
"roleId": "nulla incididunt"
},
{
"roleId": "laborum qui incididunt in"
},
{
"roleId": "qui ut id"
}
],
"inactive": true,
"lastLogin": "2020-02-04T06:22:11.656Z",
"_meta": {
"created": "1983-06-08T22:50:59.176Z",
"updated": "1958-05-11T17:09:39.93Z",
"migrationVersion": 13081879
},
"email": "est ipsum velit commodo"
}
}
}
}