<?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 Uploading a file via activationSchema in Extensions</title>
    <link>https://community.dynatrace.com/t5/Extensions/Uploading-a-file-via-activationSchema/m-p/291502#M6931</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’m working with the Dynatrace Extension SDK and trying to understand the full capabilities of the &lt;/SPAN&gt;&lt;STRONG&gt;activationSchema.json&lt;/STRONG&gt;&lt;SPAN&gt;. Specifically, I’d like to know if it’s possible to define a field that allows users to upload a file during extension configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The documentation I’ve found so far doesn’t list all possible field types or options for the activation schema. Has anyone seen a complete reference for this, or implemented file upload in their own extensions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any guidance or examples would be greatly appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Dec 2025 17:41:15 GMT</pubDate>
    <dc:creator>xBirahim</dc:creator>
    <dc:date>2025-12-15T17:41:15Z</dc:date>
    <item>
      <title>Uploading a file via activationSchema</title>
      <link>https://community.dynatrace.com/t5/Extensions/Uploading-a-file-via-activationSchema/m-p/291502#M6931</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I’m working with the Dynatrace Extension SDK and trying to understand the full capabilities of the &lt;/SPAN&gt;&lt;STRONG&gt;activationSchema.json&lt;/STRONG&gt;&lt;SPAN&gt;. Specifically, I’d like to know if it’s possible to define a field that allows users to upload a file during extension configuration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The documentation I’ve found so far doesn’t list all possible field types or options for the activation schema. Has anyone seen a complete reference for this, or implemented file upload in their own extensions?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any guidance or examples would be greatly appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks in advance.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 17:41:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Uploading-a-file-via-activationSchema/m-p/291502#M6931</guid>
      <dc:creator>xBirahim</dc:creator>
      <dc:date>2025-12-15T17:41:15Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file via activationSchema</title>
      <link>https://community.dynatrace.com/t5/Extensions/Uploading-a-file-via-activationSchema/m-p/291508#M6932</link>
      <description>&lt;P&gt;No — in Dynatrace Managed it’s currently not possible to automatically export dashboards to PDF on a scheduled interval (e.g. every hour). There is no API endpoint that supports scheduled or automated PDF exports of dashboards.&lt;/P&gt;&lt;P&gt;Available alternatives:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;You can enable anonymous access for a dashboard and share a public link, allowing users to view it without logging in.&lt;/LI&gt;&lt;LI&gt;You can enable Dashboard Reports and add subscribers — subscribers receive a link to view the dashboard without signing in (but this still does not generate or send a PDF).&lt;BR /&gt;&lt;BR /&gt;To achive this open dashboard --&amp;gt; configure --&amp;gt; Enable reports/or Manage access and "Add anonymous access link"&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Mon, 15 Dec 2025 20:31:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Uploading-a-file-via-activationSchema/m-p/291508#M6932</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2025-12-15T20:31:23Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file via activationSchema</title>
      <link>https://community.dynatrace.com/t5/Extensions/Uploading-a-file-via-activationSchema/m-p/291510#M6933</link>
      <description>&lt;P&gt;Sorry, not correct thread&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 20:33:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Uploading-a-file-via-activationSchema/m-p/291510#M6933</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2025-12-15T20:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading a file via activationSchema</title>
      <link>https://community.dynatrace.com/t5/Extensions/Uploading-a-file-via-activationSchema/m-p/291514#M6934</link>
      <description>&lt;P&gt;The activationSchema is unfortunately not public. There are several threads, most important is &lt;A href="https://community.dynatrace.com/t5/Extensions/Extensions-2-0-Is-there-detailed-documentation-on-the/m-p/248043" target="_blank"&gt;this one&lt;/A&gt;.&lt;BR /&gt;As for files upload, I'm certain it's not possible at this time. What you can do is to have a long text inputfield and you can paste the file content there. See this &lt;A href="https://community.dynatrace.com/t5/Extensions/Extensions-EF2-multiline-500-characters-limit/m-p/259884/highlight/true#M5388" target="_blank"&gt;post&lt;/A&gt;. Would this solve your challenge?&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 21:40:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Extensions/Uploading-a-file-via-activationSchema/m-p/291514#M6934</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-12-15T21:40:04Z</dc:date>
    </item>
  </channel>
</rss>

