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": "Baf3DB57-A066-Ad62-cB0C-D92aCB260BDe",
"location": "Adapter",
"view": "ex",
"status": "scheduled",
"app": "esse",
"name": "aliquip aliqua",
"variables": {
"decorators": [
{
"type": "encryption",
"pointer": "/~1/~1/P2"
},
{
"type": "encryption",
"pointer": "/~0/BEY-kc7U/pChMI/~1/~1/~0/UzXWs/cuWR,/kRYb"
},
{
"type": "encryption",
"pointer": "/Jny/KyS0x/~0/Sla6aQP/ruY/~1/Ten1fxp/hdRCji-/~1/~1"
},
{
"type": "encryption",
"pointer": "/~0"
}
]
},
"last_updated": "1967-06-13T06:18:29.365Z",
"encodingVersion": 1,
"job": {
"_id": "58b0dfdfe0bec83d42e4a9e9",
"task": "e28f",
"name": "myCoolDocumentName",
"description": "Some helpful information about the document",
"ancestors": [
"48bc52f74ace505e5b302854",
"70739fb086899c979dc942bc"
]
},
"incomingRefs": [],
"groups": [
"bcf51a90f2b400dd836c75f2"
],
"type": "automatic",
"metrics": {
"start_time": "dolore quis officia",
"end_time": 28939249.64467378,
"server_id": "id ea consequat eiusmod nisi",
"finish_state": "success",
"run_time": -85929626.37427641,
"retrying": false,
"user": {
"_id": "6c1c9079c48941228bf1781c",
"provenance": "cupidatat dolore minim aliqua",
"username": "nulla",
"firstname": "aliqua voluptate",
"memberOf": [
{
"groupId": "7546d620a05bbdc82f3b8948",
"aaaManaged": false
},
{
"groupId": "c0307c79ed61b701f84a2e98",
"aaaManaged": true
}
],
"assignedRoles": [
{
"roleId": "quis dolor dolore magna"
},
{
"roleId": "consectetur ipsum voluptate reprehenderit"
},
{
"roleId": "esse ipsum"
}
],
"inactive": false,
"lastLogin": "1985-01-18T09:20:28.178Z",
"_meta": {
"created": "1997-02-09T14:16:34.559Z",
"updated": "2005-01-13T01:31:12.09Z",
"migrationVersion": -72321791
},
"email": "sed ipsum fugiat ad"
},
"owner": "Pronghorn"
}
}
}