---
title: "POST /ListResourceTelemetry"
method: POST
path: "/ListResourceTelemetry"
---

# POST /ListResourceTelemetry

`POST /ListResourceTelemetry`

Returns a list of telemetry configurations for Amazon Web Services resources supported by telemetry config. For more information, see <a href="https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/telemetry-config-cloudwatch.html">Auditing CloudWatch telemetry configurations</a>.

## Request body

- object
  - `ResourceIdentifierPrefix` string — A string used to filter resources which have a <code>ResourceIdentifier</code> starting with the <code>ResourceIdentifierPrefix</code>.
  - `ResourceTypes` ResourceType[] — A list of resource types used to filter resources supported by telemetry config. If this parameter is provided, the resources will be returned in the same order used in the request.
  - `TelemetryConfigurationState` object — A key-value pair to filter resources based on the telemetry type and the state of the telemetry configuration. The key is the telemetry type and the value is the state.
  - `ResourceTags` object — A key-value pair to filter resources based on tags associated with the resource. For more information about tags, see <a href="https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/what-are-tags.html">What are tags?</a>
  - `MaxResults` integer — A number field used to limit the number of results within the returned list.
  - `NextToken` string — The token for the next set of items to return. A previous call generates this token.

## Response `200`

Success

- ListResourceTelemetryOutput
  - `TelemetryConfigurations` TelemetryConfiguration[] — A list of telemetry configurations for Amazon Web Services resources supported by telemetry config in the caller's account.
    - `AccountIdentifier` string — The account ID which contains the resource managed in telemetry configuration. An example of a valid account ID is <code>012345678901</code>.
    - `TelemetryConfigurationState` object — The configuration state for the resource, for example <code>{ Logs: NotApplicable; Metrics: Enabled; Traces: NotApplicable; }</code>.
    - `ResourceType` 'AWS::EC2::Instance' | 'AWS::EC2::VPC' | 'AWS::Lambda::Function' | 'AWS::CloudTrail' | 'AWS::EKS::Cluster' | 'AWS::WAFv2::WebACL' | 'AWS::ElasticLoadBalancingV2::LoadBalancer' | 'AWS::Route53Resolver::ResolverEndpoint' | 'AWS::BedrockAgentCore::Runtime' | 'AWS::BedrockAgentCore::Browser' | 'AWS::BedrockAgentCore::CodeInterpreter' | 'AWS::BedrockAgentCore::Gateway' | 'AWS::BedrockAgentCore::Memory' | 'AWS::BedrockAgentCore::WorkloadIdentity' | 'AWS::SecurityHub::Hub' | 'AWS::CloudFront::Distribution' | 'AWS::SecurityHub::HubV2' | 'AWS::CloudWatch::OTelEnrichment' | 'AWS::MSK::Cluster' | 'AWS::S3::Bucket' — The type of resource, for example <code>Amazon Web Services::EC2::Instance</code>, or <code>Amazon Web Services::EKS::Cluster</code>, etc.
    - `ResourceIdentifier` string — The identifier of the resource, for example for Amazon VPC, it would be <code>vpc-1a2b3c4d5e6f1a2b3</code>.
    - `ResourceTags` object — Tags associated with the resource, for example <code>{ Name: "ExampleInstance", Environment: "Development" }</code>.
    - `LastUpdateTimeStamp` integer — The timestamp of the last change to the telemetry configuration for the resource. For example, <code>1728679196318</code>.
    - `TelemetrySourceType` 'VPC_FLOW_LOGS' | 'ROUTE53_RESOLVER_QUERY_LOGS' | 'EKS_AUDIT_LOGS' | 'EKS_AUTHENTICATOR_LOGS' | 'EKS_CONTROLLER_MANAGER_LOGS' | 'EKS_SCHEDULER_LOGS' | 'EKS_API_LOGS' — Specifies the type of telemetry source for a resource, such as EKS cluster logs.
  - `NextToken` string — The token for the next set of items to return. A previous call generates this token.

## Other responses

- `480` — AccessDeniedException
- `481` — InternalServerException
- `482` — ValidationException
- `483` — TooManyRequestsException

---

[API](https://skmtc.net/aws/apis/observabilityadmin.md) · [All operations](https://skmtc.net/aws/apis/observabilityadmin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/observabilityadmin/versions/542311537307/schema)
