<?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: Analytics API showing error in postman in Splunk AppDynamics</title>
    <link>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-API-showing-error-in-postman/m-p/718967#M1253</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/154761"&gt;@PepsiCo.TCSPEPAppD&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Did the above response from&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/142893"&gt;@Mario.Morelli&lt;/A&gt;&amp;nbsp;help solve the issue or was it something you/your team did?&lt;BR /&gt;&lt;BR /&gt;It's best to mark the actually reply that was the solution the solution. It seems like it might have been Marios last reply that helped.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Aug 2023 18:18:12 GMT</pubDate>
    <dc:creator>iamryan</dc:creator>
    <dc:date>2023-08-14T18:18:12Z</dc:date>
    <item>
      <title>Analytics API showing error in postman</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-API-showing-error-in-postman/m-p/718962#M1248</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am trying to create a schema in Analytics using postman. But i am getting the below error.&lt;BR /&gt;&lt;BR /&gt;Error:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;"Error&amp;nbsp;provisioning&amp;nbsp;account&amp;nbsp;on&amp;nbsp;any&amp;nbsp;cluster"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I am following the steps as per the Docs :&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;PRE&gt;POST http://analytics.api.example.com/events/schema/{schemaName} HTTP/1.1
X-Events-API-AccountName:&amp;lt;global_account_name&amp;gt;
X-Events-API-Key:&amp;lt;api_key&amp;gt;
Content-Type: application/vnd.appd.events+json;v=2
Accept: application/vnd.appd.events+json;v=2
{
   "schema" : {
      "account": "integer",
      "amount": "float",
      "product": "string"
   }
}&lt;/PRE&gt;&lt;P&gt;And we are using the Analytics API URL as below: as our controller is from North America region.&lt;/P&gt;&lt;PRE&gt;&lt;A href="https://analytics.api.appdynamics.com" target="_blank" rel="noopener nofollow noreferrer"&gt;https://analytics.api.appdynamics.com &lt;/A&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Aug 2023 06:53:10 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-API-showing-error-in-postman/m-p/718962#M1248</guid>
      <dc:creator>PepsiCo_TCSPEPA</dc:creator>
      <dc:date>2023-08-11T06:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Analytics API showing error in postman</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-API-showing-error-in-postman/m-p/718963#M1249</link>
      <description>&lt;P&gt;Hi There&lt;/P&gt;
&lt;P&gt;The error you are getting is indicating that your controller is not in the Americas region. Please contact AppD support and let them clarify.&lt;/P&gt;
&lt;P&gt;A quick way to check is to use the EMEA Frankfurt,London etc. analytics endpoints and check if the creation happens when you post to them:)&lt;/P&gt;
&lt;P&gt;Ciao&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 07:48:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-API-showing-error-in-postman/m-p/718963#M1249</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2023-08-11T07:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Analytics API showing error in postman</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-API-showing-error-in-postman/m-p/718964#M1250</link>
      <description>&lt;P&gt;Hi Ciao,&lt;BR /&gt;&lt;BR /&gt;I have tried to post with the frankfurt and apac analytics url. But we still see the same issue in creating the schema.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Vijay.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 09:26:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-API-showing-error-in-postman/m-p/718964#M1250</guid>
      <dc:creator>PepsiCo_TCSPEPA</dc:creator>
      <dc:date>2023-08-11T09:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Analytics API showing error in postman</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-API-showing-error-in-postman/m-p/718965#M1251</link>
      <description>&lt;P&gt;Hi Vijay&lt;/P&gt;
&lt;P&gt;We have only ever observed that error when you try and post to the wrong analytics endpoint&lt;/P&gt;
&lt;P&gt;Here is a sample CURL request to create a schema(Please use Linux to run curl or adapt for windows curl),&amp;nbsp; you can use to test as well to see if you get the same error, It might be some small issue with the way you are posting it, I can't see any problem off hand from your POST Request&lt;/P&gt;
&lt;P&gt;I just used the below to create a schema in Frankfurt Region&lt;/P&gt;
&lt;P&gt;curl -X POST "https://&amp;lt;analytics url&amp;gt;/events/schema/TEST" -H "X-Events-API-AccountName:xxxxxxxxxxx" -H "X-Events-API-Key:xxxxxxxxxxx" -H "Content-type: application/vnd.appd.events+json;v=2" -d '{"schema" : { "AppName": "string", "TimerName": "string", "RequestType": "string", "RequestStatus": "string", "RequestID": "string", "Duration": "integer", "StartDateTime": "date", "EndDateTime": "date" } }'&lt;/P&gt;
&lt;P&gt;Let me know the results&lt;/P&gt;</description>
      <pubDate>Fri, 11 Aug 2023 09:32:45 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-API-showing-error-in-postman/m-p/718965#M1251</guid>
      <dc:creator>Morelz</dc:creator>
      <dc:date>2023-08-11T09:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Analytics API showing error in postman</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-API-showing-error-in-postman/m-p/718966#M1252</link>
      <description>&lt;P&gt;Hi Ciao,&lt;BR /&gt;&lt;BR /&gt;Greetings!&lt;BR /&gt;We have successfully created the event schema in Analytics.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Ciao.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 10:52:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-API-showing-error-in-postman/m-p/718966#M1252</guid>
      <dc:creator>PepsiCo_TCSPEPA</dc:creator>
      <dc:date>2023-08-14T10:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Analytics API showing error in postman</title>
      <link>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-API-showing-error-in-postman/m-p/718967#M1253</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/154761"&gt;@PepsiCo.TCSPEPAppD&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;Did the above response from&amp;nbsp;&lt;A href="https://community.appdynamics.com/t5/user/viewprofilepage/user-id/142893"&gt;@Mario.Morelli&lt;/A&gt;&amp;nbsp;help solve the issue or was it something you/your team did?&lt;BR /&gt;&lt;BR /&gt;It's best to mark the actually reply that was the solution the solution. It seems like it might have been Marios last reply that helped.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 18:18:12 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-AppDynamics/Analytics-API-showing-error-in-postman/m-p/718967#M1253</guid>
      <dc:creator>iamryan</dc:creator>
      <dc:date>2023-08-14T18:18:12Z</dc:date>
    </item>
  </channel>
</rss>

