<?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 to list Service Methods of a given Service in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/API-to-list-Service-Methods-of-a-given-Service/m-p/185484#M1844</link>
    <description>&lt;P&gt;Tried the above approach but still now able to get the results. can you suggest the right metric selector that would help&lt;BR /&gt;type(SERVICE_METHOD),fromRelationships.isServiceMethodOf(type(service_method_group)&lt;BR /&gt;till the above selector i am able to see all service_methods , how can we sort further using the EnitiyID - if i add that then result comes to be empty&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 26 Apr 2022 11:18:39 GMT</pubDate>
    <dc:creator>Harsh</dc:creator>
    <dc:date>2022-04-26T11:18:39Z</dc:date>
    <item>
      <title>API to list Service Methods of a given Service</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-to-list-Service-Methods-of-a-given-Service/m-p/182256#M1759</link>
      <description>&lt;P&gt;I'm trying to list Service Methods (entityId and name) of a given Service ID using API. I tried v2/entities API but it lists the Service Method Group ID and not Service Methods. Looking for assistance on this.&amp;nbsp;&lt;BR /&gt;Example:&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;/api/v2/entities?entitySelector=entityId%28%22SERVICE-****%22%29&amp;amp;fields=fromRelationships%2C%20toRelationships&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 11:02:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-to-list-Service-Methods-of-a-given-Service/m-p/182256#M1759</guid>
      <dc:creator>shreyas_shivapr</dc:creator>
      <dc:date>2022-03-14T11:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: API to list Service Methods of a given Service</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-to-list-Service-Methods-of-a-given-Service/m-p/183908#M1806</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/31766"&gt;@shreyas_shivapr&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;that should be possible with e.g. following selector using Service ID&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;type(service_method),fromRelationships.isServiceMethodOf(type(service_method_group),fromRelationships.isGroupOf(type(service),entityId("SERVICE-008E1A2A04B8303E")))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 10:47:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-to-list-Service-Methods-of-a-given-Service/m-p/183908#M1806</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2022-04-01T10:47:57Z</dc:date>
    </item>
    <item>
      <title>Re: API to list Service Methods of a given Service</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-to-list-Service-Methods-of-a-given-Service/m-p/185397#M1841</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/13072" target="_self"&gt;&lt;SPAN class=""&gt;mark_bley&lt;/SPAN&gt;&lt;/A&gt;&lt;BR /&gt;I tried the same approach but for me the results were coming to be empty, can you help here. I replaced the enitityId wrt my application&amp;nbsp;&lt;BR /&gt;type(service_method),fromRelationships.isServiceMethodOf(type(service_method_group),fromRelationships.isGroupOf(type(service),entityId("SERVICE-E497A5840A6A5468")))&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 08:27:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-to-list-Service-Methods-of-a-given-Service/m-p/185397#M1841</guid>
      <dc:creator>Harsh</dc:creator>
      <dc:date>2022-04-25T08:27:30Z</dc:date>
    </item>
    <item>
      <title>Re: API to list Service Methods of a given Service</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-to-list-Service-Methods-of-a-given-Service/m-p/185416#M1842</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/50317"&gt;@Harsh&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;please try the query bit by bit, i.e. starting with&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;type(service),entityId("SERVICE-008E1A2A04B8303E")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and then&lt;/P&gt;&lt;PRE&gt;type(service_method_group),fromRelationships.isGroupOf(type(service),entityId("SERVICE-008E1A2A04B8303E"))&lt;/PRE&gt;&lt;P&gt;and check when you are not getting any more results.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Apr 2022 13:05:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-to-list-Service-Methods-of-a-given-Service/m-p/185416#M1842</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2022-04-25T13:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: API to list Service Methods of a given Service</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-to-list-Service-Methods-of-a-given-Service/m-p/185484#M1844</link>
      <description>&lt;P&gt;Tried the above approach but still now able to get the results. can you suggest the right metric selector that would help&lt;BR /&gt;type(SERVICE_METHOD),fromRelationships.isServiceMethodOf(type(service_method_group)&lt;BR /&gt;till the above selector i am able to see all service_methods , how can we sort further using the EnitiyID - if i add that then result comes to be empty&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Apr 2022 11:18:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-to-list-Service-Methods-of-a-given-Service/m-p/185484#M1844</guid>
      <dc:creator>Harsh</dc:creator>
      <dc:date>2022-04-26T11:18:39Z</dc:date>
    </item>
  </channel>
</rss>

