<?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 Re: Download a single file via AXL in Management</title>
    <link>https://community.cisco.com/t5/management/download-a-single-file-via-axl/m-p/3478730#M1002</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK got this to work with DimeGetFile.&lt;/P&gt;&lt;P&gt;You have to change the URL where you send the request instead of&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://$" rel="nofollow" target="_blank"&gt;https://$&lt;/A&gt;&lt;SPAN&gt;{node}/logcollectionservice/services/LogCollectionPort&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;you need to send the request to&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://$" rel="nofollow" target="_blank"&gt;https://$&lt;/A&gt;&lt;SPAN&gt;{node}/logcollectionservice/services/DimeGetFileService&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2015 15:34:52 GMT</pubDate>
    <dc:creator>Chester Rieman</dc:creator>
    <dc:date>2015-10-02T15:34:52Z</dc:date>
    <item>
      <title>Download a single file via AXL</title>
      <link>https://community.cisco.com/t5/management/download-a-single-file-via-axl/m-p/3478726#M998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I can use LogCollectionPort to gather sets of files such as:&lt;/P&gt;&lt;P&gt; &amp;lt;item&amp;gt;Event Viewer-Application Log&amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt;Is there a way to use this method to gather a single file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see the response from what I am using has&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;item xsi:type="ns2:ServiceLogs"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;name xsi:type="xsd:string" xsi:nil="true"/&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;SetOfFiles soapenc:arrayType="ns2:file[1]" xsi:type="soapenc:Array"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;item xsi:type="ns2:file"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;name xsi:type="xsd:string"&amp;gt;CiscoSyslog&amp;lt;/name&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;absolutepath xsi:type="xsd:string"&amp;gt;/var/log/active/syslog/CiscoSyslog&amp;lt;/absolutepath&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;filesize xsi:type="xsd:string"&amp;gt;3981329&amp;lt;/filesize&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;modifiedDate xsi:type="xsd:string"&amp;gt;Mon Sep 28 19:04:17 MDT 2015&amp;lt;/modifiedDate&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/item&amp;gt;&amp;lt;/SetOfFiles&amp;gt;&amp;lt;/item&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ServiceList&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/Node&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/FileSelectionResult&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;ScheduleList soapenc:arrayType="ns3:Schedule[0]" xsi:type="soapenc:Array" xmlns:ns3="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://cisco" rel="nofollow" target="_blank"&gt;http://cisco&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;com/ccm/serviceability/soap/LogCollection/" xmlns:soapenc="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://schemas.xmlsoap.org/soap/encoding/" rel="nofollow" target="_blank"&gt;http://schemas.xmlsoap.org/soap/encoding/&lt;/A&gt;&lt;SPAN&gt;"/&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;/ns1:SelectLogFilesResponse&amp;gt;&amp;lt;/soapenv:Body&amp;gt;&amp;lt;/soapenv:Envelope&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to specify name&amp;nbsp; and absolutepath in the request?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 16:03:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/download-a-single-file-via-axl/m-p/3478726#M998</guid>
      <dc:creator>Chester Rieman</dc:creator>
      <dc:date>2015-09-29T16:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Download a single file via AXL</title>
      <link>https://community.cisco.com/t5/management/download-a-single-file-via-axl/m-p/3478727#M999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at &lt;A href="https://developer.cisco.com/site/sxml/documents/api-reference/log-collection/#dimegetfile" title="https://developer.cisco.com/site/sxml/documents/api-reference/log-collection/#dimegetfile"&gt;Cisco DevNet: sxml - API Reference - Log Collection (LogCollection, DimeGetFile)&lt;/A&gt; or &lt;A href="https://developer.cisco.com/site/sxml/documents/api-reference/log-collection/#dimegetfileservice-getonefile" title="https://developer.cisco.com/site/sxml/documents/api-reference/log-collection/#dimegetfileservice-getonefile"&gt;Cisco DevNet: sxml - API Reference - Log Collection (LogCollection, DimeGetFile)&lt;/A&gt;.&amp;nbsp; Is this what you're looking for?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 17:36:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/download-a-single-file-via-axl/m-p/3478727#M999</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2015-09-29T17:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: Download a single file via AXL</title>
      <link>https://community.cisco.com/t5/management/download-a-single-file-via-axl/m-p/3478728#M1000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did see that - I'm using cURL in a bash script - I'll play around and see if I can make it work.&lt;/P&gt;&lt;P&gt;with the method I'm using, it's downloading the files via sftp, if I can do that with one file it would be ideal.&lt;/P&gt;&lt;P&gt;Can you use the dime method with cURL?&lt;/P&gt;&lt;P&gt;Anyone have a working example?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 18:15:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/download-a-single-file-via-axl/m-p/3478728#M1000</guid>
      <dc:creator>Chester Rieman</dc:creator>
      <dc:date>2015-09-29T18:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Download a single file via AXL</title>
      <link>https://community.cisco.com/t5/management/download-a-single-file-via-axl/m-p/3478729#M1001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've never tried that so I don't have an example, but off hand, I don't see why you couldn't do that with cURL/SOAP. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just curious, what language?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Sep 2015 19:22:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/download-a-single-file-via-axl/m-p/3478729#M1001</guid>
      <dc:creator>npetrele</dc:creator>
      <dc:date>2015-09-29T19:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: Download a single file via AXL</title>
      <link>https://community.cisco.com/t5/management/download-a-single-file-via-axl/m-p/3478730#M1002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK got this to work with DimeGetFile.&lt;/P&gt;&lt;P&gt;You have to change the URL where you send the request instead of&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://$" rel="nofollow" target="_blank"&gt;https://$&lt;/A&gt;&lt;SPAN&gt;{node}/logcollectionservice/services/LogCollectionPort&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;you need to send the request to&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://$" rel="nofollow" target="_blank"&gt;https://$&lt;/A&gt;&lt;SPAN&gt;{node}/logcollectionservice/services/DimeGetFileService&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 15:34:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/download-a-single-file-via-axl/m-p/3478730#M1002</guid>
      <dc:creator>Chester Rieman</dc:creator>
      <dc:date>2015-10-02T15:34:52Z</dc:date>
    </item>
  </channel>
</rss>

