<?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: POSt operations are failing after creating 20 users in Aerohive Migrated Content</title>
    <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/post-operations-are-failing-after-creating-20-users/m-p/91809#M13142</link>
    <description>&lt;P&gt;Found the solution in another post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://thehivecommunity.aerohive.com/s/question/0D50c00006uPlgECAS/hiveapi-registrationservicecredentialexceedmax" alt="https://thehivecommunity.aerohive.com/s/question/0D50c00006uPlgECAS/hiveapi-registrationservicecredentialexceedmax" target="_blank"&gt;https://thehivecommunity.aerohive.com/s/question/0D50c00006uPlgECAS/hiveapi-registrationservicecredentialexceedmax&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 05 Sep 2019 02:12:17 GMT</pubDate>
    <dc:creator>systems2</dc:creator>
    <dc:date>2019-09-05T02:12:17Z</dc:date>
    <item>
      <title>POSt operations are failing after creating 20 users</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/post-operations-are-failing-after-creating-20-users/m-p/91804#M13137</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;We are trying to provision users using the REST API. We have been succesful in creating 20 users, but beyond that the API return 400 bad requeste errors. I have seen we haven't reached the 1000 daily / 5000 weekly calls. Other calls like GET, PUT, DELETE still work. Only POST calls are failing.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Sep 2019 23:10:43 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/post-operations-are-failing-after-creating-20-users/m-p/91804#M13137</guid>
      <dc:creator>systems2</dc:creator>
      <dc:date>2019-09-04T23:10:43Z</dc:date>
    </item>
    <item>
      <title>Re: POSt operations are failing after creating 20 users</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/post-operations-are-failing-after-creating-20-users/m-p/91805#M13138</link>
      <description>&lt;P&gt;Are all POST requests failing, or just the user POST requests?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 01:06:38 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/post-operations-are-failing-after-creating-20-users/m-p/91805#M13138</guid>
      <dc:creator>samantha_lynn</dc:creator>
      <dc:date>2019-09-05T01:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: POSt operations are failing after creating 20 users</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/post-operations-are-failing-after-creating-20-users/m-p/91806#M13139</link>
      <description>&lt;P&gt;I have looked at the other POST operations, but I cant use any of those. I tried using the the identity/credentials/deliver endpoint also, but it fails the same way.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 01:33:51 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/post-operations-are-failing-after-creating-20-users/m-p/91806#M13139</guid>
      <dc:creator>systems2</dc:creator>
      <dc:date>2019-09-05T01:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: POSt operations are failing after creating 20 users</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/post-operations-are-failing-after-creating-20-users/m-p/91807#M13140</link>
      <description>&lt;P&gt;What other POST operations are going on? Could you estimate how many are going through per day? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also, what are you using to test this (Postman or something else)? Would you be able to send us screen shots of your API configuration?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 01:42:30 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/post-operations-are-failing-after-creating-20-users/m-p/91807#M13140</guid>
      <dc:creator>samantha_lynn</dc:creator>
      <dc:date>2019-09-05T01:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: POSt operations are failing after creating 20 users</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/post-operations-are-failing-after-creating-20-users/m-p/91808#M13141</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;I look at the statistics page, and I did less than 400 hits today (we just started these week doing this). I was using Powershell for my scripts. Just to make sure, I tried to recreate my calls with curl, and I got this nice clear message (I have stripped secret values):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;curl -X POST --header "Content-Type: application/json" --header "Accept: application/json" --header "X-AH-API-CLIENT-ID: ####" --header "X-AH-API-CLIENT-SECRET: ####" --header "X-AH-API-CLIENT-REDIRECT-URI: ####" --header "Authorization: Bearer ####" -d '{"policy":"PERSONAL", "groupId":"####", "deliverMethod":"NO_DELIVERY", "firstName":"####@u-tad.com"}' "https://cloud-ie.aerohive.com/xapi/v1/identity/credentials?ownerId=####"&lt;/P&gt;&lt;P&gt;{"data":null,"error":{"status":400,"code":"registration.service.credential.exceed.max","message":"The credentials exceed the maximum number (20) allowed.","rawMessage":"JtErTcqiQV: null","errorParams":{"number":20}}}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is this maximum number of credentials number???&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 02:02:30 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/post-operations-are-failing-after-creating-20-users/m-p/91808#M13141</guid>
      <dc:creator>systems2</dc:creator>
      <dc:date>2019-09-05T02:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: POSt operations are failing after creating 20 users</title>
      <link>https://community.extremenetworks.com/t5/aerohive-migrated-content/post-operations-are-failing-after-creating-20-users/m-p/91809#M13142</link>
      <description>&lt;P&gt;Found the solution in another post:&lt;/P&gt;&lt;P&gt;&lt;A href="https://thehivecommunity.aerohive.com/s/question/0D50c00006uPlgECAS/hiveapi-registrationservicecredentialexceedmax" alt="https://thehivecommunity.aerohive.com/s/question/0D50c00006uPlgECAS/hiveapi-registrationservicecredentialexceedmax" target="_blank"&gt;https://thehivecommunity.aerohive.com/s/question/0D50c00006uPlgECAS/hiveapi-registrationservicecredentialexceedmax&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Sep 2019 02:12:17 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/aerohive-migrated-content/post-operations-are-failing-after-creating-20-users/m-p/91809#M13142</guid>
      <dc:creator>systems2</dc:creator>
      <dc:date>2019-09-05T02:12:17Z</dc:date>
    </item>
  </channel>
</rss>

