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": "CB19fEdc-c2b4-c4E1-4D4e-46127C3e2aE6",
"location": "Application",
"view": null,
"status": "scheduled",
"app": "elit ex consequat",
"name": "qui minim mollit",
"variables": {
"decorators": [
{
"type": "encryption",
"pointer": "/~1/~0/JM4UOV68A/Etsie.fr/~0/m--+l62N/i/V-UT/~0/AkO,pk7G"
},
{
"type": "encryption",
"pointer": "/yFOQjUB"
},
{
"type": "encryption",
"pointer": "/HBmvV/TjocXs/nXSj2ZiO/kcXiPMtV/~1/~1/~0/fQh5j/~0"
}
]
},
"last_updated": "1997-01-29T16:19:26.774Z",
"encodingVersion": 1,
"job": {
"_id": "234bb7b249e216054a33738d",
"task": "e28f",
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"ancestors": [
"f328d9745968bcf013b48a01",
"464bf308ca2a1bbf6a2b22f6",
"2e15266959596eafcae6317d",
"6d99baaf321ceddd954329b3"
]
},
"groups": [
"d922f1f404172316e8e4299f"
],
"type": "automatic",
"metrics": {
"start_time": "velit",
"end_time": -33949665.45885647,
"server_id": "consectetur occaecat dolor ex",
"finish_state": "error",
"run_time": 75685569.5266211,
"retrying": false,
"user": {
"_id": "6b01d4b2c461d968fc4c007a",
"provenance": "occaecat minim exercitation",
"username": "sunt",
"firstname": "laboris pariatur do",
"memberOf": [
{
"groupId": "279c9c79a8ca554a30ded819",
"aaaManaged": false
},
{
"groupId": "e69e1acc70cc52323866390d",
"aaaManaged": true
}
],
"assignedRoles": [
{
"roleId": "nulla quis voluptate occaecat"
},
{
"roleId": "occaecat ut Duis ex elit"
},
{
"roleId": "Lorem ex enim Excepteur ea"
},
{
"roleId": "laboris"
}
],
"inactive": true,
"lastLogin": "2018-05-04T10:31:29.323Z",
"_meta": {
"created": "1963-12-31T02:24:17.726Z",
"updated": "1991-08-21T06:28:47.659Z",
"migrationVersion": -30609597
},
"email": "ex Lorem dolore laboris qui"
},
"owner": "3378ccb24098d93bbdc5556c"
}
}
}