Summary
Unlock Queue Item
Description
Unlocks a locked item in the commit queue. Silently ignores requests to unlock an already unlocked item.
Route
POST /nso_manager/queueItem/unlock/:adapterId/:queueItemId
Roles
admin
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| queueItemId | string | yes | Queue item's ID. |
| adapterId | string | yes | Queue item's ID. Get the list of queue items using [API NSOManager.getCommitQueueDeep]{@link cogs.NSOManager#getCommitQueueDeep} or from Commit Queue manager |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| status | string | Status of unlock item. |