Demystifying iControl REST Part 5: Transferring Files
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 wri...
Updated Aug 04, 2023
Version 5.0JRahm
Admin
Joined January 20, 2005
Oct 13, 2017
Hi Jason,
thanks for the nice article. Uploading works fine this way even through BIG-IQ used as REST proxy. I hopedDELETE
would be supported as well to clean up the temp file from the directory after importing it into the TMOS file store.
As a workaround I tried a rm
command via /mgmt/tm/util/bash
which fails with a "401".
Allowing DELETE
would help me to avoid a cron
to sanitize the upload directory.
Cheers, Stephan