<?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: API v5 PATCH error in SmartZone and Virtual SmartZone</title>
    <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/API-v5-PATCH-error/m-p/28048#M1916</link>
    <description>Hi Martin&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;They are all alphanumeric.&amp;nbsp;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;ABCD_EFGH_IJKL (no symbols)&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;The web frontend accepts the string with no issues.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Thanks&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Lawrence</description>
    <pubDate>Thu, 11 Oct 2018 06:48:13 GMT</pubDate>
    <dc:creator>lawrence_smith_</dc:creator>
    <dc:date>2018-10-11T06:48:13Z</dc:date>
    <item>
      <title>API v5 PATCH error</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/API-v5-PATCH-error/m-p/28046#M1914</link>
      <description>Hi. I am having issues when trying to create a Zone using the API.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;I can create the zone with the basic info, but as soon as I want to add another property (specifically "location") I get an error.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;This is my dataset I use for the POST&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;def id_prov ="""{&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;	"domainId": "$DomainId",&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;	"name": "$ZoneName",&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp; &amp;nbsp; "login": {&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp; &amp;nbsp;		"apLoginName": "xxxxx",&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp; &amp;nbsp;		"apLoginPassword": "xxxxx"&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp; 	},&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;	"description": "$jira_summ",&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp; &amp;nbsp; "version": "3.5.1.0.1010",&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&amp;nbsp; &amp;nbsp; "countryCode": "ZA"&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;	"location": "$CalledStationName_val",&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;}"""&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;The API creates everything until I either include the "location" property in the original POST or if I try a PUT or PATCH atferwards.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Result value:{"message":["object instance has properties which are not allowed by the schema: [\"location\"]"],"errorCode":101,"errorType":"Bad HTTP request"}&lt;BR /&gt;&lt;BR /&gt;Anyone come across this or have any ideas on how to get this working?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
      <pubDate>Wed, 10 Oct 2018 10:43:44 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/API-v5-PATCH-error/m-p/28046#M1914</guid>
      <dc:creator>lawrence_smith_</dc:creator>
      <dc:date>2018-10-10T10:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: API v5 PATCH error</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/API-v5-PATCH-error/m-p/28047#M1915</link>
      <description>Hi Lawrence,&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Can you provide some location entries, just to check there are no strange letters/symbols in it?&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;regards&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Martin&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
      <pubDate>Wed, 10 Oct 2018 20:02:37 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/API-v5-PATCH-error/m-p/28047#M1915</guid>
      <dc:creator>martin_martin</dc:creator>
      <dc:date>2018-10-10T20:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: API v5 PATCH error</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/API-v5-PATCH-error/m-p/28048#M1916</link>
      <description>Hi Martin&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;They are all alphanumeric.&amp;nbsp;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;ABCD_EFGH_IJKL (no symbols)&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;The web frontend accepts the string with no issues.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Thanks&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Lawrence</description>
      <pubDate>Thu, 11 Oct 2018 06:48:13 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/API-v5-PATCH-error/m-p/28048#M1916</guid>
      <dc:creator>lawrence_smith_</dc:creator>
      <dc:date>2018-10-11T06:48:13Z</dc:date>
    </item>
    <item>
      <title>Re: API v5 PATCH error</title>
      <link>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/API-v5-PATCH-error/m-p/28049#M1917</link>
      <description>Hi Lawrence,&amp;nbsp;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;I think then that needs to be looked into, and I suggest you open a case with Ruckus Support.&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Regards&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;Martin&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;&lt;BR alt="" name="" rel="" target="" title="" type="" value="" /&gt;</description>
      <pubDate>Thu, 11 Oct 2018 12:46:45 GMT</pubDate>
      <guid>https://community.ruckuswireless.com/t5/SmartZone-and-Virtual-SmartZone/API-v5-PATCH-error/m-p/28049#M1917</guid>
      <dc:creator>martin_martin</dc:creator>
      <dc:date>2018-10-11T12:46:45Z</dc:date>
    </item>
  </channel>
</rss>

