10-22-2018 08:47 PM
After you commit your request on commit-queue via cli command line or via REST API or RESTCONF API , a commit-queue item/ID would be returned, eg: queue-item 9494530158, you then can query your request's status via cli command line:
ncs# show devices commit-queue queue-item 9494530158 details
What is the corresponding REST API or RESTCONF API to query the queue-item status?
Solved! Go to Solution.
10-23-2018 09:25 AM
The URL path part would be /restconf/data/devices/commit-queue/queue-item=9494530158
; but this would return data about active commit item, if the commit has already completed (successfully or otherwise), you need /restconf/data/devices/commit-queue/completed/queue-item=9494530158
10-23-2018 09:25 AM
The URL path part would be /restconf/data/devices/commit-queue/queue-item=9494530158
; but this would return data about active commit item, if the commit has already completed (successfully or otherwise), you need /restconf/data/devices/commit-queue/completed/queue-item=9494530158
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide