<?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: The SmartZone RestAPI to download config requires timezone parameter, but 
doesn't specify the format that it requires. Does anybody know it? in SmartZone and Virtual SmartZone</title>
    <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/The-SmartZone-RestAPI-to-download-config-requires-timezone/m-p/9819#M410</link>
    <description>If you download the API you should see the Timezone example format.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;
  
timeZoneUtcOffset&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;(Optional) the UTC offset of the client’s timezone (String “+09:30”)&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;
timeZoneUtcOffset&lt;B&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;The client’s time zone UTC offset&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;
timezone&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;AP zone’s time zone&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;
timezone&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;(Optional) AP’s time zone&lt;/B&gt;</description>
    <pubDate>Mon, 05 Dec 2016 21:42:48 GMT</pubDate>
    <dc:creator>michael_brado</dc:creator>
    <dc:date>2016-12-05T21:42:48Z</dc:date>
    <item>
      <title>The SmartZone RestAPI to download config requires timezone parameter, but 
doesn't specify the format that it requires. Does anybody know it?</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/The-SmartZone-RestAPI-to-download-config-requires-timezone/m-p/9818#M409</link>
      <description>The SmartZone RestAPI to download config requires timezone parameter, but doesn't specify the format that it requires. Does anybody know it?</description>
      <pubDate>Sat, 03 Dec 2016 01:02:34 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/The-SmartZone-RestAPI-to-download-config-requires-timezone/m-p/9818#M409</guid>
      <dc:creator>cmsd_it</dc:creator>
      <dc:date>2016-12-03T01:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: The SmartZone RestAPI to download config requires timezone parameter, but 
doesn't specify the format that it requires. Does anybody know it?</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/The-SmartZone-RestAPI-to-download-config-requires-timezone/m-p/9819#M410</link>
      <description>If you download the API you should see the Timezone example format.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;
  
timeZoneUtcOffset&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;(Optional) the UTC offset of the client’s timezone (String “+09:30”)&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;
timeZoneUtcOffset&lt;B&gt;&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;The client’s time zone UTC offset&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;
timezone&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;AP zone’s time zone&lt;/B&gt;&lt;BR /&gt;&lt;BR /&gt;
timezone&lt;BR /&gt;&lt;BR /&gt;
&lt;B&gt;(Optional) AP’s time zone&lt;/B&gt;</description>
      <pubDate>Mon, 05 Dec 2016 21:42:48 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/The-SmartZone-RestAPI-to-download-config-requires-timezone/m-p/9819#M410</guid>
      <dc:creator>michael_brado</dc:creator>
      <dc:date>2016-12-05T21:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: The SmartZone RestAPI to download config requires timezone parameter, but 
doesn't specify the format that it requires. Does anybody know it?</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/The-SmartZone-RestAPI-to-download-config-requires-timezone/m-p/9820#M411</link>
      <description>I'm using the reference here:&amp;nbsp;&lt;A href="http://docs.ruckuswireless.com/vscg-enterprise/vsz-e-public-api-reference-guide-3-2-1.html#configuration-backup-and-restore-download" rel="nofollow" target="_blank" title="Link http//docsruckuswirelesscom/vscg-enterprise/vsz-e-public-api-reference-guide-3-2-1htmlconfiguration-backup-and-restore-download"&gt;http://docs.ruckuswireless.com/vscg-enterprise/vsz-e-public-api-reference-guide-3-2-1.html#configura...&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I needed to look at the error in the response body to realize that my logic for getting the backupUuid needed fixing, because I was putting nothing into the Url for backupUuid.&lt;BR /&gt;&lt;BR /&gt;The 'Download system configuration file'&amp;nbsp;query is a Get method and requires that the timezone parameter be the Utc offset like your first example, however without the colon. If in PST then the following is correct:&lt;BR /&gt;"&lt;CODE&gt;&lt;A href="https://RuckusController:7443/api/public/v3_1/configuration/download?backupUUID=" target="test_blank"&gt;https://RuckusController:7443/api/public/v3_1/configuration/download?backupUUID=&lt;/A&gt;&lt;UUID&gt;&amp;amp;timeZone=-0800"&lt;/UUID&gt;&lt;/CODE&gt;</description>
      <pubDate>Tue, 06 Dec 2016 18:28:32 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/The-SmartZone-RestAPI-to-download-config-requires-timezone/m-p/9820#M411</guid>
      <dc:creator>cmsd_it</dc:creator>
      <dc:date>2016-12-06T18:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: The SmartZone RestAPI to download config requires timezone parameter, but 
doesn't specify the format that it requires. Does anybody know it?</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/The-SmartZone-RestAPI-to-download-config-requires-timezone/m-p/9821#M412</link>
      <description>I'm not sure how to mark this as answered.</description>
      <pubDate>Tue, 06 Dec 2016 18:30:44 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/The-SmartZone-RestAPI-to-download-config-requires-timezone/m-p/9821#M412</guid>
      <dc:creator>cmsd_it</dc:creator>
      <dc:date>2016-12-06T18:30:44Z</dc:date>
    </item>
  </channel>
</rss>

