<?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 call impact  on SaaS service in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29354#M2828</link>
    <description>&lt;P&gt;Wolfgang,  in the examples I was given by Pre-Sales of the {ProblemDetails} attribute in the Webhook :-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;OPEN Problem 969 in environment zxi11465&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;________________________________________&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1 impacted infrastructure component&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;________________________________________&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Host&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;rb-dv-covmsms02.z2h5dbec1qeebjdxjehz154qug.fx.internal.cloudapp.net&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Low disk space&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Disk '/' has low disk space&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;there seems to be {eventTypes}  in the description, in this case Low Disk Space. Are these accessible outside the {ProblemDetails} if not what is the structure of {ProblemDetails}?&lt;/P&gt;&lt;P&gt;cheers.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Aug 2017 16:00:12 GMT</pubDate>
    <dc:creator>rb0c70091</dc:creator>
    <dc:date>2017-08-10T16:00:12Z</dc:date>
    <item>
      <title>API call impact  on SaaS service</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29346#M2820</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;As I know we can call an API once in 6 seconds. What sort of effect that have on services running. If our call taking 5 seconds to complete ,will the SaaS service be degraded.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Dec 2023 12:27:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29346#M2820</guid>
      <dc:creator>suresh230591</dc:creator>
      <dc:date>2023-12-21T12:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: API call impact  on SaaS service</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29347#M2821</link>
      <description>&lt;P&gt;Please explain a little more what you mean. &lt;/P&gt;&lt;P&gt;Our API calls are not influencing our other SaaS service, they run in a separate thread pool.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2017 14:09:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29347#M2821</guid>
      <dc:creator>wolfgang_beer</dc:creator>
      <dc:date>2017-07-03T14:09:49Z</dc:date>
    </item>
    <item>
      <title>Re: API call impact  on SaaS service</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29348#M2822</link>
      <description>&lt;P&gt;Thanks Wolfgang,   I thought while pulling the data they will affect the other services running. &lt;/P&gt;&lt;P&gt;Do we have any restrictions on amount of data we can pull. &lt;/P&gt;&lt;P&gt;What information  {problemDetail} parameter in webhook is going to give us.&lt;/P&gt;&lt;P&gt;Can we add extra field in Custom JSON payload which is not in document in webhook or API&lt;/P&gt;&lt;P&gt;please advice &lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2017 16:41:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29348#M2822</guid>
      <dc:creator>suresh230591</dc:creator>
      <dc:date>2017-07-03T16:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: API call impact  on SaaS service</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29349#M2823</link>
      <description>&lt;P&gt;There is a throttling limit of 10/requests per minute that will be raised to 50requests/min within the next sprints. There is no data limit applied. All your API requests share the same threadpool, which means if you trigger a huge request all your other API requests will be delayed. &lt;/P&gt;&lt;P&gt;The {ProblemDetails} placeholder returns the human readable details of the problem in HTML. Its the same content that is also sent out by email.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 06:33:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29349#M2823</guid>
      <dc:creator>wolfgang_beer</dc:creator>
      <dc:date>2017-07-04T06:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: API call impact  on SaaS service</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29350#M2824</link>
      <description>&lt;P&gt;Below is the information I am getting through email when a problem occur.&lt;/P&gt;&lt;P&gt;The same kind of detail I will be getting through {ProblemDetails} placeholder.( please confirm) &lt;/P&gt;&lt;P&gt;OPEN Problem 48 in environment xxx12345 &lt;/P&gt;&lt;P&gt;________________________________________ &lt;/P&gt;&lt;P&gt;1 impacted infrastructure component &lt;/P&gt;&lt;P&gt;________________________________________&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Host&lt;BR /&gt;XX-XX-123456.xxxxxxxxxxxx.fx.internal.cloud.net &lt;/P&gt;&lt;P&gt;CPU saturation &lt;/P&gt;&lt;P&gt;99 % CPU usage&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Is it possible to add extra field or placeholder in JSON payload or in API other than given in document.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:08:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29350#M2824</guid>
      <dc:creator>suresh230591</dc:creator>
      <dc:date>2017-07-04T07:08:23Z</dc:date>
    </item>
    <item>
      <title>Re: API call impact  on SaaS service</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29351#M2825</link>
      <description>&lt;P&gt;Yes.confirmed.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:17:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29351#M2825</guid>
      <dc:creator>wolfgang_beer</dc:creator>
      <dc:date>2017-07-04T07:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: API call impact  on SaaS service</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29352#M2826</link>
      <description>&lt;P&gt;Thanks Wolfgang for your quick response.&lt;/P&gt;&lt;P&gt;I will appreciate if you give a quick comment on below mention statement.&lt;/P&gt;&lt;P&gt;Is it possible to add extra field or placeholder in JSON payload or in API other than given in document?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:24:43 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29352#M2826</guid>
      <dc:creator>suresh230591</dc:creator>
      <dc:date>2017-07-04T07:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: API call impact  on SaaS service</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29353#M2827</link>
      <description>&lt;P&gt;The JSON payload within the WebHook push notification is completely customizable, which means you can add any custom JSON attribute. In terms of placeholder that Dynatrace automatically fills, its the list that is documented within the UI. &lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2017 07:28:32 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29353#M2827</guid>
      <dc:creator>wolfgang_beer</dc:creator>
      <dc:date>2017-07-04T07:28:32Z</dc:date>
    </item>
    <item>
      <title>Re: API call impact  on SaaS service</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29354#M2828</link>
      <description>&lt;P&gt;Wolfgang,  in the examples I was given by Pre-Sales of the {ProblemDetails} attribute in the Webhook :-&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;OPEN Problem 969 in environment zxi11465&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;________________________________________&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1 impacted infrastructure component&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;________________________________________&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Host&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;rb-dv-covmsms02.z2h5dbec1qeebjdxjehz154qug.fx.internal.cloudapp.net&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Low disk space&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Disk '/' has low disk space&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;there seems to be {eventTypes}  in the description, in this case Low Disk Space. Are these accessible outside the {ProblemDetails} if not what is the structure of {ProblemDetails}?&lt;/P&gt;&lt;P&gt;cheers.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Aug 2017 16:00:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-call-impact-on-SaaS-service/m-p/29354#M2828</guid>
      <dc:creator>rb0c70091</dc:creator>
      <dc:date>2017-08-10T16:00:12Z</dc:date>
    </item>
  </channel>
</rss>

