<?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: Defining UI of Custom Device through API in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/178266#M1679</link>
    <description>&lt;P&gt;The correct way to do it is to define a unified analysis screen. This can easiest be done in an Extension 2.0 YAML under the "screen" section. That way you have much more control over the UI than what was possible with the custom device screen.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jan 2022 10:18:20 GMT</pubDate>
    <dc:creator>Mike_L</dc:creator>
    <dc:date>2022-01-04T10:18:20Z</dc:date>
    <item>
      <title>Defining UI of Custom Device through API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/119460#M931</link>
      <description>&lt;P&gt;I'm used to defining the UI of Custom Devices that are created from ActiveGate extensions. It is defined nicely here:&lt;BR /&gt;&lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/extend-dynatrace/extensions/development/extension-how-tos/charts/" target="_blank"&gt;https://www.dynatrace.com/support/help/extend-dynatrace/extensions/development/extension-how-tos/charts/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have had to create Custom Devices through an API, but cannot find how to define the UI neatly. Does anyone know of a reference how to do it?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 11:25:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/119460#M931</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2020-11-30T11:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Defining UI of Custom Device through API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/119461#M932</link>
      <description>&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;Here is the API&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/dynatrace-api/environment-api/topology-and-smartscape/custom-device-api/create-custom-device-via-dynatrace-api/" target="_blank"&gt;https://www.dynatrace.com/support/help/dynatrace-api/environment-api/topology-and-smartscape/custom-device-api/create-custom-device-via-dynatrace-api/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In the future we will offer a configuration that will allow you to automatically derive entities from metric and log ingest streams. &lt;/P&gt;&lt;P&gt;Best greetings,&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 12:20:16 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/119461#M932</guid>
      <dc:creator>wolfgang_beer</dc:creator>
      <dc:date>2020-11-30T12:20:16Z</dc:date>
    </item>
    <item>
      <title>Re: Defining UI of Custom Device through API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/119462#M933</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/12838/view.html" nodeid="12838"&gt;@Wolfgang B.&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I have no problem creating custom devices and attaching several variables.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;What I miss is a way to define the UI as can be done in an ActiveGate extension, as the example below, taken from the link I referenced:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;"ui": {  &lt;BR /&gt; "charts": [&lt;BR /&gt; {  &lt;BR /&gt; "group": "Trigonometric functions",&lt;BR /&gt; "title": "sinus",&lt;BR /&gt; "series": [&lt;BR /&gt; {  &lt;BR /&gt; "key": "baseSin",&lt;BR /&gt; "aggregation": "avg",&lt;BR /&gt; "mergeaggregation": "avg",&lt;BR /&gt; "displayname": "basic sinus metric",&lt;BR /&gt; "seriestype": "line",&lt;BR /&gt; "color": "#00ff00",&lt;BR /&gt; "rightaxis": false,&lt;BR /&gt; "stacked": false&lt;BR /&gt; },&lt;BR /&gt; {  &lt;BR /&gt; "key": "baseCos",&lt;BR /&gt; "aggregation": "avg",&lt;BR /&gt; "mergeaggregation": "avg",&lt;BR /&gt; "displayname": "basic cosinus metric",&lt;BR /&gt; "seriestype": "line",&lt;BR /&gt; "color": "#0000ff",&lt;BR /&gt; "rightaxis": true,&lt;BR /&gt; "stacked": false&lt;BR /&gt; }&lt;BR /&gt; ]&lt;BR /&gt; },&lt;BR /&gt; {  &lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 13:57:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/119462#M933</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2020-11-30T13:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Defining UI of Custom Device through API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/119463#M934</link>
      <description>&lt;P&gt;There is just the generic entity screen for those types of entities. The team is currently working on an improved UI for custom entity types. &lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 14:30:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/119463#M934</guid>
      <dc:creator>wolfgang_beer</dc:creator>
      <dc:date>2020-11-30T14:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Defining UI of Custom Device through API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/119464#M935</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://answers.dynatrace.com/users/12838/view.html" nodeid="12838"&gt;@Wolfgang B.&lt;/A&gt;&lt;/P&gt;Ooops..&lt;P&gt;So, given that it is not possible, would you say it is possible to define a UI screen through an ActiveGate Extension, and than update it through the API?&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Nov 2020 17:31:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/119464#M935</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2020-11-30T17:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Defining UI of Custom Device through API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/178018#M1666</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/8624"&gt;@wolfgang_beer&lt;/a&gt;! Are there some updates on this area regarding Antonio's question?&lt;/P&gt;</description>
      <pubDate>Thu, 23 Dec 2021 14:11:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/178018#M1666</guid>
      <dc:creator>Michal_Gebacki</dc:creator>
      <dc:date>2021-12-23T14:11:41Z</dc:date>
    </item>
    <item>
      <title>Re: Defining UI of Custom Device through API</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/178266#M1679</link>
      <description>&lt;P&gt;The correct way to do it is to define a unified analysis screen. This can easiest be done in an Extension 2.0 YAML under the "screen" section. That way you have much more control over the UI than what was possible with the custom device screen.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 10:18:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Defining-UI-of-Custom-Device-through-API/m-p/178266#M1679</guid>
      <dc:creator>Mike_L</dc:creator>
      <dc:date>2022-01-04T10:18:20Z</dc:date>
    </item>
  </channel>
</rss>

