<?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: Key requests in Upgrade to SaaS</title>
    <link>https://community.dynatrace.com/t5/Upgrade-to-SaaS/Key-requests-migration-SaaS/m-p/282190#M287</link>
    <description>&lt;P&gt;$headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]"&lt;BR /&gt;$headers.Add("Authorization", "Api-Token dt0c01.xxxxxxxxxxx")&lt;BR /&gt;$headers.Add("Content-Type", "application/json")&lt;/P&gt;&lt;P&gt;$body = @"&lt;BR /&gt;[&lt;BR /&gt;{&lt;BR /&gt;`"schemaId`": `"builtin:settings.subscriptions.service`",&lt;BR /&gt;`"scope`": `"SERVICE-B75******`",&lt;BR /&gt;`"value`": {&lt;BR /&gt;`"keyRequestNames`": [&lt;BR /&gt;`"getReservatio`"&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;/P&gt;&lt;P&gt;"@&lt;/P&gt;&lt;P&gt;$response = Invoke-RestMethod 'https://{environmentid}.live.dynatrace.com/api/v2/settings/objects' -Method 'POST' -Headers $headers -Body $body&lt;BR /&gt;$response | ConvertTo-Json&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will make a request to key request via api call&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Jul 2025 07:16:08 GMT</pubDate>
    <dc:creator>sa_gopalm</dc:creator>
    <dc:date>2025-07-24T07:16:08Z</dc:date>
    <item>
      <title>Key requests migration SaaS</title>
      <link>https://community.dynatrace.com/t5/Upgrade-to-SaaS/Key-requests-migration-SaaS/m-p/235643#M169</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;We are migrating from DT Managed to SaaS. Anyone knows what happens to the marked key requests during the config migration? We are using the oneagent re-route option.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Arild&lt;/P&gt;</description>
      <pubDate>Thu, 19 Mar 2026 09:24:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Upgrade-to-SaaS/Key-requests-migration-SaaS/m-p/235643#M169</guid>
      <dc:creator>arild_palencia3</dc:creator>
      <dc:date>2026-03-19T09:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Key requests</title>
      <link>https://community.dynatrace.com/t5/Upgrade-to-SaaS/Key-requests-migration-SaaS/m-p/235658#M170</link>
      <description>&lt;P&gt;Your key requests will not be migrated, since they are part of Services entities and they will also be "new entities" in your SaaS.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/managed/upgrade/up-plan#data-migration" target="_blank"&gt;https://docs.dynatrace.com/managed/upgrade/up-plan#data-migration&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You can use &lt;A href="https://docs.dynatrace.com/managed/manage/configuration-as-code#upgrade-from-managed-to-saas-deployment" target="_self"&gt;Monaco&lt;/A&gt;, or play with &lt;A href="https://docs.dynatrace.com/docs/dynatrace-api/environment-api/settings/objects/put-object" target="_self"&gt;APIs&lt;/A&gt; to make sure the same requests will be marked as Key Request in your SaaS env.&lt;/P&gt;&lt;P&gt;Example, you can list (get) all the current key requests you currently have in your Managed env, schemaid: &lt;SPAN&gt;builtin:settings.subscriptions.service&lt;/SPAN&gt;, and then post it, for each service (objectid) once they are ready in SaaS env.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 14:55:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Upgrade-to-SaaS/Key-requests-migration-SaaS/m-p/235658#M170</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2024-01-26T14:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Key requests</title>
      <link>https://community.dynatrace.com/t5/Upgrade-to-SaaS/Key-requests-migration-SaaS/m-p/235659#M171</link>
      <description>&lt;P&gt;While migrating configurations, KeyRequests are associated to a specific Service ID. So, when re-routing the OneAgent traffic you'll have to check if the new Service ID on SaaS is the same one as the one in Managed (not likely).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eric_Yu_1-1706279882647.png" style="width: 855px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17251iE12327FB864223A6/image-dimensions/855x188?v=v2" width="855" height="188" role="button" title="Eric_Yu_1-1706279882647.png" alt="Eric_Yu_1-1706279882647.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Eric_Yu_0-1706279833723.png" style="width: 870px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/17250i7FE0AE4E693BFDEF/image-dimensions/870x253?v=v2" width="870" height="253" role="button" title="Eric_Yu_0-1706279833723.png" alt="Eric_Yu_0-1706279833723.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;If is not the same ID, you can either reconfigure KeyRequests for each service through the UI or, better, modify the scope (serviceId or objectId) during the migration of your Key Requests configuration (either &lt;A href="https://docs.dynatrace.com/managed/shortlink/configuration-as-code" target="_self"&gt;Monaco&lt;/A&gt; or API).&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/key-requests#manage-api" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/key-requests#manage-api&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/shortlink/api-v2-settings-get-schema" target="_blank" rel="noopener"&gt;https://docs.dynatrace.com/docs/shortlink/api-v2-settings-get-schema&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 15:03:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Upgrade-to-SaaS/Key-requests-migration-SaaS/m-p/235659#M171</guid>
      <dc:creator>Eric_Yu</dc:creator>
      <dc:date>2024-01-26T15:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: Key requests</title>
      <link>https://community.dynatrace.com/t5/Upgrade-to-SaaS/Key-requests-migration-SaaS/m-p/237031#M175</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Often, service IDs will be the same in both tenants because of the algorithm that creates the ID.&lt;BR /&gt;&lt;BR /&gt;But you are right, IDs may and will change during a migration&lt;BR /&gt;If you do not want to bother manually matching thousands of IDs across tenants, you may be interested in trying the Config Manager:&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/managed/upgrade/up-execute-upgrade/up-migrate-cfg#config-manager" target="_blank"&gt;https://docs.dynatrace.com/managed/upgrade/up-execute-upgrade/up-migrate-cfg#config-manager&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The config manager will match every type entity IDs using their properties (name, ip address, etc.), but also topology (relationships). Then they will be automatically replaced in your configs.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 19:35:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Upgrade-to-SaaS/Key-requests-migration-SaaS/m-p/237031#M175</guid>
      <dc:creator>dcryans</dc:creator>
      <dc:date>2024-02-13T19:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Key requests</title>
      <link>https://community.dynatrace.com/t5/Upgrade-to-SaaS/Key-requests-migration-SaaS/m-p/282190#M287</link>
      <description>&lt;P&gt;$headers = New-Object "System.Collections.Generic.Dictionary[[String],[String]]"&lt;BR /&gt;$headers.Add("Authorization", "Api-Token dt0c01.xxxxxxxxxxx")&lt;BR /&gt;$headers.Add("Content-Type", "application/json")&lt;/P&gt;&lt;P&gt;$body = @"&lt;BR /&gt;[&lt;BR /&gt;{&lt;BR /&gt;`"schemaId`": `"builtin:settings.subscriptions.service`",&lt;BR /&gt;`"scope`": `"SERVICE-B75******`",&lt;BR /&gt;`"value`": {&lt;BR /&gt;`"keyRequestNames`": [&lt;BR /&gt;`"getReservatio`"&lt;BR /&gt;]&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;]&lt;/P&gt;&lt;P&gt;"@&lt;/P&gt;&lt;P&gt;$response = Invoke-RestMethod 'https://{environmentid}.live.dynatrace.com/api/v2/settings/objects' -Method 'POST' -Headers $headers -Body $body&lt;BR /&gt;$response | ConvertTo-Json&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;This will make a request to key request via api call&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Jul 2025 07:16:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Upgrade-to-SaaS/Key-requests-migration-SaaS/m-p/282190#M287</guid>
      <dc:creator>sa_gopalm</dc:creator>
      <dc:date>2025-07-24T07:16:08Z</dc:date>
    </item>
  </channel>
</rss>

