Demystifying iControl REST Part 7 - Understanding Transactions
iControl REST. It’s iControl SOAP’s baby, brother, introduced back in TMOS version 11.4 as an early access feature but released fully in version 11.5. Several articles on basic usage have been writte...
Updated Jun 06, 2023
Version 2.0JRahm
Admin
Joined January 20, 2005
Nov 01, 2017
Nice article. 5*
Ideally the transaction ID would be returned as a string. Due to missing quotes for the value it might be interpreted as an integer. (Actually we had this issue in VMware vRO and had to apply an extra string conversion as workaround.) To list the commands in an open transaction it is required to add a trailing/commands
to the path.
(Tested in v12.1.2)