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
Arnaud_Lemaire
Mar 22, 2016Employee
as an addition asm file upload is available as well (not sure about the version minimum)
https://%s/mgmt/tm/asm/file-transfer/uploads/%s
file upload will be done in /ts/var/rest/
and then policy can be imported with :
POST /mgmt/tm/asm/tasks/import-policy
{
"filename":""
"name":""
}