<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><font face="HelveticaNeue" class=""><span style="font-size: 11px;" class="">I’ve built a config generator for our routers that currently download a vendor config file to the users desktop, but I want to push it to our ACS using the API.</span></font><div class=""><font face="HelveticaNeue" class=""><span style="font-size: 11px;" class=""><br class=""></span></font></div><div class=""><font face="HelveticaNeue" class=""><span style="font-size: 11px;" class="">Is the below correct?</span><br class=""><br class=""><span style="font-size: 11px;" class="">curl -i '</span><a href="http://acsurl:7557/files/smartrg.conf'" target="blank" style="font-size: 11px; margin: 0px; padding: 0px; vertical-align: baseline; text-decoration: none;" class="">http://acsurl:7557/files/smartrg.conf'</a><span style="font-size: 11px;" class=""> \</span><br class=""><span style="font-size: 11px;" class="">-X PUT \</span><br class=""><span style="font-size: 11px;" class="">--data @"./smartrg.conf" \</span><br class=""><span style="font-size: 11px;" class="">--header "fileType: 3 Vendor Configuration File" \</span><br class=""><span style="font-size: 11px;" class="">--header "oui: XXSerialNumberXX" \</span><br class=""><span style="font-size: 11px;" class="">--header "Autogenerated Config"</span><br class=""><br class=""><span style="font-size: 11px;" class="">I wanted to see if there is a way to tag the upload with a serial number (or anything) so I can create a script later on to push that config to a device with serial number XXXX when it connects.</span></font></div></body></html>