<?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 Poll to retrieve Storage Tier for AWS EC2 Hosts in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/API-Poll-to-retrieve-Storage-Tier-for-AWS-EC2-Hosts/m-p/248957#M3218</link>
    <description>&lt;P&gt;EC2 instances have relationships to AWS storage, this is displayed under the entity relationships.&lt;/P&gt;&lt;P&gt;Here is an example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "entityId": "EC2_INSTANCE-EF2433B7515B48A0",
  "type": "EC2_INSTANCE",
  "displayName": "flow-logs-ap-southeast-1a-ec2",
  ...
  "toRelationships": {
    "isDiskOf": [
      {
        "id": "EBS_VOLUME-6B4C8E3DE2799738",
        "type": "EBS_VOLUME"
      }
    ],
    "isSiteOf": [
      {
        "id": "AWS_AVAILABILITY_ZONE-134473C7CC0C725F",
        "type": "AWS_AVAILABILITY_ZONE"
      }
    ]
  }
}&lt;/LI-CODE&gt;&lt;P&gt;The details to the EBS volume&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "entityId": "EBS_VOLUME-6B4C8E3DE2799738",
  "type": "EBS_VOLUME",
  "displayName": "vol-08e3f531511",
  "properties": {
    "detectedName": "vol-08e3f5315116",
    "ebsSnapshotId": "snap-0337e5de65d",
    "iops": 100,
    "creationTimestamp": 1717685627536,
    "ebsType": "gp2",
    "arn": "arn&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@F9676CCDE08B8746467ACFFDC4C9827E/images/emoticons/aws.png" alt=":aws:" title=":aws:" /&gt;ec2:ap-southeast-1:2:volume/vol-08e3f5315",
    "deviceName": "/dev/sda1"
  },
  "tags": [
   ...
  ],
  "icon": {
    "primaryIconType": "amazon-ebs"
  },
  "fromRelationships": {
    "isDiskOf": [
      {
        "id": "EC2_INSTANCE-EF2433B7515B48A0",
        "type": "EC2_INSTANCE"
      }
    ]
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;You get the tier in the properties for the EBS volume, hope this helps.&lt;/P&gt;&lt;P&gt;This info comes from the &lt;A href="https://docs.dynatrace.com/docs/shortlink/api-entities-v2" target="_self"&gt;entities API&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 24 Jun 2024 07:42:36 GMT</pubDate>
    <dc:creator>mark_bley</dc:creator>
    <dc:date>2024-06-24T07:42:36Z</dc:date>
    <item>
      <title>API Poll to retrieve Storage Tier for AWS EC2 Hosts</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-Poll-to-retrieve-Storage-Tier-for-AWS-EC2-Hosts/m-p/248773#M3202</link>
      <description>&lt;P&gt;Was unable to find any properties or meta data for Storage Tier provisioned for AWS hosts. Is there a call out there to accomplish this?&lt;/P&gt;&lt;P&gt;The exposed disk members only contain performance data, not properties for storage tiers like S3 / Glacier, etc&lt;/P&gt;&lt;P&gt;&lt;A href="https://{environmentid}.live.dynatrace.com/api/v2/entities/HOST-****" target="_blank" rel="noopener"&gt;https://{environmentid}.live.dynatrace.com/api/v2/entities/HOST-****&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 14:15:35 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-Poll-to-retrieve-Storage-Tier-for-AWS-EC2-Hosts/m-p/248773#M3202</guid>
      <dc:creator>Bwil818</dc:creator>
      <dc:date>2024-06-20T14:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: API Poll to retrieve Storage Tier for AWS EC2 Hosts</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/API-Poll-to-retrieve-Storage-Tier-for-AWS-EC2-Hosts/m-p/248957#M3218</link>
      <description>&lt;P&gt;EC2 instances have relationships to AWS storage, this is displayed under the entity relationships.&lt;/P&gt;&lt;P&gt;Here is an example:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "entityId": "EC2_INSTANCE-EF2433B7515B48A0",
  "type": "EC2_INSTANCE",
  "displayName": "flow-logs-ap-southeast-1a-ec2",
  ...
  "toRelationships": {
    "isDiskOf": [
      {
        "id": "EBS_VOLUME-6B4C8E3DE2799738",
        "type": "EBS_VOLUME"
      }
    ],
    "isSiteOf": [
      {
        "id": "AWS_AVAILABILITY_ZONE-134473C7CC0C725F",
        "type": "AWS_AVAILABILITY_ZONE"
      }
    ]
  }
}&lt;/LI-CODE&gt;&lt;P&gt;The details to the EBS volume&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "entityId": "EBS_VOLUME-6B4C8E3DE2799738",
  "type": "EBS_VOLUME",
  "displayName": "vol-08e3f531511",
  "properties": {
    "detectedName": "vol-08e3f5315116",
    "ebsSnapshotId": "snap-0337e5de65d",
    "iops": 100,
    "creationTimestamp": 1717685627536,
    "ebsType": "gp2",
    "arn": "arn&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@F9676CCDE08B8746467ACFFDC4C9827E/images/emoticons/aws.png" alt=":aws:" title=":aws:" /&gt;ec2:ap-southeast-1:2:volume/vol-08e3f5315",
    "deviceName": "/dev/sda1"
  },
  "tags": [
   ...
  ],
  "icon": {
    "primaryIconType": "amazon-ebs"
  },
  "fromRelationships": {
    "isDiskOf": [
      {
        "id": "EC2_INSTANCE-EF2433B7515B48A0",
        "type": "EC2_INSTANCE"
      }
    ]
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;You get the tier in the properties for the EBS volume, hope this helps.&lt;/P&gt;&lt;P&gt;This info comes from the &lt;A href="https://docs.dynatrace.com/docs/shortlink/api-entities-v2" target="_self"&gt;entities API&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 24 Jun 2024 07:42:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/API-Poll-to-retrieve-Storage-Tier-for-AWS-EC2-Hosts/m-p/248957#M3218</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2024-06-24T07:42:36Z</dc:date>
    </item>
  </channel>
</rss>

