If anyone is interested here is a powershell call for it as well
(@markonans tx for curl example to build from). $fwaddress =
"192.168.1.99"$postParams =
@{username='myadminacct';secretkey='PASSWORD'} $request =
Invoke-WebRequest -Headers $headers -U...