<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic ASA REST File/Firmware Transfer in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-rest-file-firmware-transfer/m-p/3218309#M1048415</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to transfer firmware to the ASA using REST?&amp;nbsp; Either through specifying a location to boot in the configuration or uploading the file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Fri, 21 Feb 2020 14:46:30 GMT</pubDate>
    <dc:creator>wanstor</dc:creator>
    <dc:date>2020-02-21T14:46:30Z</dc:date>
    <item>
      <title>ASA REST File/Firmware Transfer</title>
      <link>https://community.cisco.com/t5/network-security/asa-rest-file-firmware-transfer/m-p/3218309#M1048415</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there a way to transfer firmware to the ASA using REST?&amp;nbsp; Either through specifying a location to boot in the configuration or uploading the file?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 14:46:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-rest-file-firmware-transfer/m-p/3218309#M1048415</guid>
      <dc:creator>wanstor</dc:creator>
      <dc:date>2020-02-21T14:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: ASA REST File/Firmware Transfer</title>
      <link>https://community.cisco.com/t5/network-security/asa-rest-file-firmware-transfer/m-p/3218322#M1048457</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;There is no specific call in the API, but you could use the "POST /api/cli"call. Passing it a JSON object:&lt;/P&gt;
&lt;PRE&gt;{
  "commands": [
    "copy /noconfirm tftp:10.10.20.1/asa942-11-smp-k8.bin flash:"
  ]
}&lt;/PRE&gt;
&lt;P&gt;Implement some logic in your script to verify the presence of the file, and then change the boot variable using separate calls to /api/cli .&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cheers,&lt;/P&gt;
&lt;P&gt;Seb.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 12:16:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-rest-file-firmware-transfer/m-p/3218322#M1048457</guid>
      <dc:creator>Seb Rupik</dc:creator>
      <dc:date>2017-11-17T12:16:03Z</dc:date>
    </item>
  </channel>
</rss>

