Every API here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for apis
7 MCP tools reach this
find_apisBrowse and filter every API in the catalog.
get_api_artifactsOne API's artifacts, grouped by type.
get_openapiThe primary OpenAPI for this API.
find_similar_apisAPIs that look like this one.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This API
curl "https://apis.io/api/v1/apis/amazon-devops-guru-anomalies-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
version: 1.0.0
x-release: v4
title: Amazon DevOps Guru Accounts Anomalies API
description: <p> Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical operational applications. You specify the Amazon Web Services resources that you want DevOps Guru to cover, then the Amazon CloudWatch metrics and Amazon Web Services CloudTrail events related to those resources are analyzed. When anomalous behavior is detected, DevOps Guru creates an <i>insight</i> that includes recommendations, related events, and related metrics that can help you improve your operational applications. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html">What is Amazon DevOps Guru</a>. </p> <p> You can specify 1 or 2 Amazon Simple Notification Service topics so you are notified every time a new insight is created. You can also enable DevOps Guru to generate an OpsItem in Amazon Web Services Systems Manager for each insight to help you manage and track your work addressing insights. </p> <p> To learn about the DevOps Guru workflow, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/welcome.html#how-it-works">How DevOps Guru works</a>. To learn about DevOps Guru concepts, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/concepts.html">Concepts in DevOps Guru</a>. </p>
x-logo:
url: https://api.apis.guru/v2/cache/logo/https_twitter.com_awscloud_profile_image.png
backgroundColor: '#FFFFFF'
termsOfService: https://aws.amazon.com/service-terms/
contact:
name: Mike Ralphson
email: mike.ralphson@gmail.com
url: https://github.com/mermade/aws2openapi
x-twitter: PermittedSoc
license:
name: Apache 2.0 License
url: http://www.apache.org/licenses/
x-providerName: amazonaws.com
x-serviceName: devops-guru
x-aws-signingName: devops-guru
x-origin:
- contentType: application/json
url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/devops-guru-2020-12-01.normal.json
converter:
url: https://github.com/mermade/aws2openapi
x-apisguru-driver: external
x-apiClientRegistration:
url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct
x-apisguru-categories:
- cloud
x-preferred: true
servers:
- url: http://devops-guru.{region}.amazonaws.com
variables:
region:
description: The AWS region
enum:
- us-east-1
- us-east-2
- us-west-1
- us-west-2
- us-gov-west-1
- us-gov-east-1
- ca-central-1
- eu-north-1
- eu-west-1
- eu-west-2
- eu-west-3
- eu-central-1
- eu-south-1
- af-south-1
- ap-northeast-1
- ap-northeast-2
- ap-northeast-3
- ap-southeast-1
- ap-southeast-2
- ap-east-1
- ap-south-1
- sa-east-1
- me-south-1
default: us-east-1
description: The Amazon DevOps Guru multi-region endpoint
- url: https://devops-guru.{region}.amazonaws.com
variables:
region:
description: The AWS region
enum:
- us-east-1
- us-east-2
- us-west-1
- us-west-2
- us-gov-west-1
- us-gov-east-1
- ca-central-1
- eu-north-1
- eu-west-1
- eu-west-2
- eu-west-3
- eu-central-1
- eu-south-1
- af-south-1
- ap-northeast-1
- ap-northeast-2
- ap-northeast-3
- ap-southeast-1
- ap-southeast-2
- ap-east-1
- ap-south-1
- sa-east-1
- me-south-1
default: us-east-1
description: The Amazon DevOps Guru multi-region endpoint
- url: http://devops-guru.{region}.amazonaws.com.cn
variables:
region:
description: The AWS region
enum:
- cn-north-1
- cn-northwest-1
default: cn-north-1
description: The Amazon DevOps Guru endpoint for China (Beijing) and China (Ningxia)
- url: https://devops-guru.{region}.amazonaws.com.cn
variables:
region:
description: The AWS region
enum:
- cn-north-1
- cn-northwest-1
default: cn-north-1
description: The Amazon DevOps Guru endpoint for China (Beijing) and China (Ningxia)
security:
- hmac: []
tags:
- name: Anomalies
paths:
/anomalies/{Id}:
parameters:
- $ref: '#/components/parameters/X-Amz-Content-Sha256'
- $ref: '#/components/parameters/X-Amz-Date'
- $ref: '#/components/parameters/X-Amz-Algorithm'
- $ref: '#/components/parameters/X-Amz-Credential'
- $ref: '#/components/parameters/X-Amz-Security-Token'
- $ref: '#/components/parameters/X-Amz-Signature'
- $ref: '#/components/parameters/X-Amz-SignedHeaders'
get:
operationId: DescribeAnomaly
description: ' Returns details about an anomaly that you specify using its ID. '
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/DescribeAnomalyResponse'
'480':
description: AccessDeniedException
content:
application/json:
schema:
$ref: '#/components/schemas/AccessDeniedException'
'481':
description: InternalServerException
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerException'
'482':
description: ResourceNotFoundException
content:
application/json:
schema:
$ref: '#/components/schemas/ResourceNotFoundException'
'483':
description: ThrottlingException
content:
application/json:
schema:
$ref: '#/components/schemas/ThrottlingException'
'484':
description: ValidationException
content:
application/json:
schema:
$ref: '#/components/schemas/ValidationException'
parameters:
- name: Id
in: path
required: true
description: ' The ID of the anomaly. '
schema:
type: string
pattern: ^[\w~.-]*$
minLength: 1
maxLength: 100
- name: AccountId
in: query
required: false
description: The ID of the member account.
schema:
type: string
pattern: ^\d{12}$
minLength: 12
maxLength: 12
tags:
- Anomalies
/anomalies/insight/{InsightId}:
parameters:
- $ref: '#/components/parameters/X-Amz-Content-Sha256'
- $ref: '#/components/parameters/X-Amz-Date'
- $ref: '#/components/parameters/X-Amz-Algorithm'
- $ref: '#/components/parameters/X-Amz-Credential'
- $ref: '#/components/parameters/X-Amz-Security-Token'
- $ref: '#/components/parameters/X-Amz-Signature'
- $ref: '#/components/parameters/X-Amz-SignedHeaders'
post:
operationId: ListAnomaliesForInsight
description: ' Returns a list of the anomalies that belong to an insight that you specify using its ID. '
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/ListAnomaliesForInsightResponse'
'480':
description: AccessDeniedException
content:
application/json:
schema:
$ref: '#/components/schemas/AccessDeniedException'
'481':
description: InternalServerException
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerException'
'482':
description: ResourceNotFoundException
content:
application/json:
schema:
$ref: '#/components/schemas/ResourceNotFoundException'
'483':
description: ThrottlingException
content:
application/json:
schema:
$ref: '#/components/schemas/ThrottlingException'
'484':
description: ValidationException
content:
application/json:
schema:
$ref: '#/components/schemas/ValidationException'
parameters:
- name: InsightId
in: path
required: true
description: ' The ID of the insight. The returned anomalies belong to this insight. '
schema:
type: string
pattern: ^[\w-]*$
minLength: 1
maxLength: 100
- name: MaxResults
in: query
schema:
type: string
description: Pagination limit
required: false
- name: NextToken
in: query
schema:
type: string
description: Pagination token
required: false
requestBody:
required: true
content:
application/json:
schema:
type: object
properties:
StartTimeRange:
description: ' A time range used to specify when the behavior of an insight or anomaly started. '
type: object
properties:
FromTime:
allOf:
- $ref: '#/components/schemas/Timestamp'
- description: ' The start time of the time range. '
ToTime:
allOf:
- $ref: '#/components/schemas/Timestamp'
- description: ' The end time of the time range. '
MaxResults:
description: The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.
type: integer
minimum: 1
maximum: 500
NextToken:
description: The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
type: string
pattern: ^[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}$
minLength: 36
maxLength: 36
AccountId:
description: 'The ID of the Amazon Web Services account. '
type: string
pattern: ^\d{12}$
minLength: 12
maxLength: 12
Filters:
description: ' Specifies one or more service names that are used to list anomalies. '
type: object
properties:
ServiceCollection:
$ref: '#/components/schemas/ServiceCollection'
tags:
- Anomalies
components:
schemas:
AppBoundaryKey:
type: string
pattern: ^([\p{L}\p{Z}\p{N}_.:/=+\-@]*)$
minLength: 1
maxLength: 128
ThrottlingException: {}
PerformanceInsightsReferenceMetric:
type: object
properties:
MetricQuery:
allOf:
- $ref: '#/components/schemas/PerformanceInsightsMetricQuery'
- description: A query to be processed on the metric.
description: Information about a reference metric used to evaluate Performance Insights.
AnomalyId:
type: string
pattern: ^[\w~.-]*$
minLength: 1
maxLength: 100
InsightId:
type: string
pattern: ^[\w-]*$
minLength: 1
maxLength: 100
ResourceCollection:
type: object
properties:
CloudFormation:
allOf:
- $ref: '#/components/schemas/CloudFormationCollection'
- description: ' An array of the names of Amazon Web Services CloudFormation stacks. The stacks define Amazon Web Services resources that DevOps Guru analyzes. You can specify up to 500 Amazon Web Services CloudFormation stacks. '
Tags:
allOf:
- $ref: '#/components/schemas/TagCollections'
- description: <p>The Amazon Web Services tags that are used by resources in the resource collection.</p> <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the <a href="https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html">Tagging best practices</a> whitepaper. </p> <p>Each Amazon Web Services tag has two parts. </p> <ul> <li> <p>A tag <i>key</i> (for example, <code>CostCenter</code>, <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag <i>keys</i> are case-sensitive.</p> </li> <li> <p>An optional field known as a tag <i>value</i> (for example, <code>111122223333</code>, <code>Production</code>, or a team name). Omitting the tag <i>value</i> is the same as using an empty string. Like tag <i>keys</i>, tag <i>values</i> are case-sensitive.</p> </li> </ul> <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p> <important> <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the prefix <code>Devops-guru-</code>. The tag <i>key</i> might be <code>DevOps-Guru-deployment-application</code> or <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive. For example, DevOps Guru works with a <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your application might be <code>Devops-Guru-production-application/RDS</code> or <code>Devops-Guru-production-application/containers</code>.</p> </important>
description: ' A collection of Amazon Web Services resources supported by DevOps Guru. The two types of Amazon Web Services resource collections supported are Amazon Web Services CloudFormation stacks and Amazon Web Services resources that contain the same Amazon Web Services tag. DevOps Guru can be configured to analyze the Amazon Web Services resources that are defined in the stacks or that are tagged using the same tag <i>key</i>. You can specify up to 500 Amazon Web Services CloudFormation stacks. '
TagValues:
type: array
items:
$ref: '#/components/schemas/TagValue'
PerformanceInsightsMetricDisplayName:
type: string
TimestampMetricValuePairList:
type: array
items:
$ref: '#/components/schemas/TimestampMetricValuePair'
PerformanceInsightsReferenceName:
type: string
PerformanceInsightsReferenceData:
type: object
properties:
Name:
allOf:
- $ref: '#/components/schemas/PerformanceInsightsReferenceName'
- description: The name of the reference data.
ComparisonValues:
allOf:
- $ref: '#/components/schemas/PerformanceInsightsReferenceComparisonValues'
- description: 'The specific reference values used to evaluate the Performance Insights. For more information, see <code> <a href="https://docs.aws.amazon.com/devops-guru/latest/APIReference/API_PerformanceInsightsReferenceComparisonValues.html">PerformanceInsightsReferenceComparisonValues</a> </code>. '
description: Reference data used to evaluate Performance Insights to determine if its performance is anomalous or not.
AnomalyType:
type: string
enum:
- CAUSAL
- CONTEXTUAL
InternalServerException: {}
ServiceName:
type: string
enum:
- API_GATEWAY
- APPLICATION_ELB
- AUTO_SCALING_GROUP
- CLOUD_FRONT
- DYNAMO_DB
- EC2
- ECS
- EKS
- ELASTIC_BEANSTALK
- ELASTI_CACHE
- ELB
- ES
- KINESIS
- LAMBDA
- NAT_GATEWAY
- NETWORK_ELB
- RDS
- REDSHIFT
- ROUTE_53
- S3
- SAGE_MAKER
- SNS
- SQS
- STEP_FUNCTIONS
- SWF
CloudWatchMetricsNamespace:
type: string
StackNames:
type: array
items:
$ref: '#/components/schemas/StackName'
TagCollection:
type: object
required:
- AppBoundaryKey
- TagValues
properties:
AppBoundaryKey:
allOf:
- $ref: '#/components/schemas/AppBoundaryKey'
- description: <p>An Amazon Web Services tag <i>key</i> that is used to identify the Amazon Web Services resources that DevOps Guru analyzes. All Amazon Web Services resources in your account and Region tagged with this <i>key</i> make up your DevOps Guru application and analysis boundary.</p> <important> <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the prefix <code>Devops-guru-</code>. The tag <i>key</i> might be <code>DevOps-Guru-deployment-application</code> or <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive. For example, DevOps Guru works with a <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your application might be <code>Devops-Guru-production-application/RDS</code> or <code>Devops-Guru-production-application/containers</code>.</p> </important>
TagValues:
allOf:
- $ref: '#/components/schemas/TagValues'
- description: <p>The values in an Amazon Web Services tag collection.</p> <p>The tag's <i>value</i> is an optional field used to associate a string with the tag <i>key</i> (for example, <code>111122223333</code>, <code>Production</code>, or a team name). The <i>key</i> and <i>value</i> are the tag's <i>key</i> pair. Omitting the tag <i>value</i> is the same as using an empty string. Like tag <i>keys</i>, tag <i>values</i> are case-sensitive. You can specify a maximum of 256 characters for a tag value.</p>
description: <p>A collection of Amazon Web Services tags.</p> <p>Tags help you identify and organize your Amazon Web Services resources. Many Amazon Web Services services support tagging, so you can assign the same tag to resources from different services to indicate that the resources are related. For example, you can assign the same tag to an Amazon DynamoDB table resource that you assign to an Lambda function. For more information about using tags, see the <a href="https://docs.aws.amazon.com/whitepapers/latest/tagging-best-practices/tagging-best-practices.html">Tagging best practices</a> whitepaper. </p> <p>Each Amazon Web Services tag has two parts. </p> <ul> <li> <p>A tag <i>key</i> (for example, <code>CostCenter</code>, <code>Environment</code>, <code>Project</code>, or <code>Secret</code>). Tag <i>keys</i> are case-sensitive.</p> </li> <li> <p>An optional field known as a tag <i>value</i> (for example, <code>111122223333</code>, <code>Production</code>, or a team name). Omitting the tag <i>value</i> is the same as using an empty string. Like tag <i>keys</i>, tag <i>values</i> are case-sensitive.</p> </li> </ul> <p>Together these are known as <i>key</i>-<i>value</i> pairs.</p> <important> <p>The string used for a <i>key</i> in a tag that you use to define your resource coverage must begin with the prefix <code>Devops-guru-</code>. The tag <i>key</i> might be <code>DevOps-Guru-deployment-application</code> or <code>devops-guru-rds-application</code>. When you create a <i>key</i>, the case of characters in the <i>key</i> can be whatever you choose. After you create a <i>key</i>, it is case-sensitive. For example, DevOps Guru works with a <i>key</i> named <code>devops-guru-rds</code> and a <i>key</i> named <code>DevOps-Guru-RDS</code>, and these act as two different <i>keys</i>. Possible <i>key</i>/<i>value</i> pairs in your application might be <code>Devops-Guru-production-application/RDS</code> or <code>Devops-Guru-production-application/containers</code>.</p> </important>
CloudWatchMetricsUnit:
type: string
PerformanceInsightsMetricDimensions:
type: array
items:
$ref: '#/components/schemas/PerformanceInsightsMetricDimension'
ReactiveAnomaly:
type: object
properties:
Id:
allOf:
- $ref: '#/components/schemas/AnomalyId'
- description: 'The ID of the reactive anomaly. '
Severity:
allOf:
- $ref: '#/components/schemas/AnomalySeverity'
- description: The severity of the anomaly. The severity of anomalies that generate an insight determine that insight's severity. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.
Status:
allOf:
- $ref: '#/components/schemas/AnomalyStatus'
- description: ' The status of the anomaly. '
AnomalyTimeRange:
$ref: '#/components/schemas/AnomalyTimeRange'
AnomalyReportedTimeRange:
allOf:
- $ref: '#/components/schemas/AnomalyReportedTimeRange'
- description: ' An <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed. '
SourceDetails:
allOf:
- $ref: '#/components/schemas/AnomalySourceDetails'
- description: ' Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics. '
AssociatedInsightId:
allOf:
- $ref: '#/components/schemas/InsightId'
- description: ' The ID of the insight that contains this anomaly. An insight is composed of related anomalies. '
ResourceCollection:
$ref: '#/components/schemas/ResourceCollection'
Type:
allOf:
- $ref: '#/components/schemas/AnomalyType'
- description: <p>The type of the reactive anomaly. It can be one of the following types.</p> <ul> <li> <p> <code>CAUSAL</code> - the anomaly can cause a new insight.</p> </li> <li> <p> <code>CONTEXTUAL</code> - the anomaly contains additional information about an insight or its causal anomaly.</p> </li> </ul>
Name:
allOf:
- $ref: '#/components/schemas/AnomalyName'
- description: The name of the reactive anomaly.
Description:
allOf:
- $ref: '#/components/schemas/AnomalyDescription'
- description: A description of the reactive anomaly.
CausalAnomalyId:
allOf:
- $ref: '#/components/schemas/AnomalyId'
- description: The ID of the causal anomaly that is associated with this reactive anomaly. The ID of a `CAUSAL` anomaly is always `NULL`.
AnomalyResources:
allOf:
- $ref: '#/components/schemas/AnomalyResources'
- description: The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.
description: Details about a reactive anomaly. This object is returned by <code>ListAnomalies</code>.
ProactiveAnomaly:
type: object
properties:
Id:
allOf:
- $ref: '#/components/schemas/AnomalyId'
- description: ' The ID of a proactive anomaly. '
Severity:
allOf:
- $ref: '#/components/schemas/AnomalySeverity'
- description: The severity of the anomaly. The severity of anomalies that generate an insight determine that insight's severity. For more information, see <a href="https://docs.aws.amazon.com/devops-guru/latest/userguide/working-with-insights.html#understanding-insights-severities">Understanding insight severities</a> in the <i>Amazon DevOps Guru User Guide</i>.
Status:
allOf:
- $ref: '#/components/schemas/AnomalyStatus'
- description: ' The status of a proactive anomaly. '
UpdateTime:
allOf:
- $ref: '#/components/schemas/Timestamp'
- description: ' The time of the anomaly''s most recent update. '
AnomalyTimeRange:
$ref: '#/components/schemas/AnomalyTimeRange'
AnomalyReportedTimeRange:
allOf:
- $ref: '#/components/schemas/AnomalyReportedTimeRange'
- description: ' An <code>AnomalyReportedTimeRange</code> object that specifies the time range between when the anomaly is opened and the time when it is closed. '
PredictionTimeRange:
$ref: '#/components/schemas/PredictionTimeRange'
SourceDetails:
allOf:
- $ref: '#/components/schemas/AnomalySourceDetails'
- description: ' Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics. '
AssociatedInsightId:
allOf:
- $ref: '#/components/schemas/InsightId'
- description: ' The ID of the insight that contains this anomaly. An insight is composed of related anomalies. '
ResourceCollection:
$ref: '#/components/schemas/ResourceCollection'
Limit:
allOf:
- $ref: '#/components/schemas/AnomalyLimit'
- description: ' A threshold that was exceeded by behavior in analyzed resources. Exceeding this threshold is related to the anomalous behavior that generated this anomaly. '
SourceMetadata:
allOf:
- $ref: '#/components/schemas/AnomalySourceMetadata'
- description: The metadata for the anomaly.
AnomalyResources:
allOf:
- $ref: '#/components/schemas/AnomalyResources'
- description: Information about a resource in which DevOps Guru detected anomalous behavior.
Description:
allOf:
- $ref: '#/components/schemas/AnomalyDescription'
- description: ' A description of the proactive anomaly. '
description: Information about an anomaly. This object is returned by <code>ListAnomalies</code>.
PerformanceInsightsReferenceDataList:
type: array
items:
$ref: '#/components/schemas/PerformanceInsightsReferenceData'
Timestamp:
type: string
format: date-time
CloudWatchMetricsMetricName:
type: string
CloudWatchMetricsDimensions:
type: array
items:
$ref: '#/components/schemas/CloudWatchMetricsDimension'
PerformanceInsightsReferenceScalar:
type: object
properties:
Value:
allOf:
- $ref: '#/components/schemas/PerformanceInsightsValueDouble'
- description: The reference value.
description: A reference value to compare Performance Insights metrics against to determine if the metrics demonstrate anomalous behavior.
ReactiveAnomalies:
type: array
items:
$ref: '#/components/schemas/ReactiveAnomalySummary'
CloudWatchMetricsDataSummary:
type: object
properties:
TimestampMetricValuePairList:
allOf:
- $ref: '#/components/schemas/TimestampMetricValuePairList'
- description: This is a list of Amazon CloudWatch metric values at given timestamp.
StatusCode:
allOf:
- $ref: '#/components/schemas/CloudWatchMetricDataStatusCode'
- description: This is an enum of the status showing whether the metric value pair list has partial or complete data, or if there was an error.
description: 'Contains information about the analyzed metrics that displayed anomalous behavior. '
PerformanceInsightsReferenceComparisonValues:
type: object
properties:
ReferenceScalar:
allOf:
- $ref: '#/components/schemas/PerformanceInsightsReferenceScalar'
- description: A scalar value DevOps Guru for a metric that DevOps Guru compares to actual metric values. This reference value is used to determine if an actual metric value should be considered anomalous.
ReferenceMetric:
allOf:
- $ref: '#/components/schemas/PerformanceInsightsReferenceMetric'
- description: A metric that DevOps Guru compares to actual metric values. This reference metric is used to determine if an actual metric should be considered anomalous.
description: Reference scalar values and other metrics that DevOps Guru displays on a graph in its console along with the actual metrics it analyzed. Compare these reference values to your actual metrics to help you understand anomalous behavior that DevOps Guru detected.
PerformanceInsightsMetricUnit:
type: string
PerformanceInsightsStatType:
type: string
AnomalySourceDetails:
type: object
properties:
CloudWatchMetrics:
allOf:
- $ref: '#/components/schemas/CloudWatchMetricsDetails'
- description: 'An array of <code>CloudWatchMetricsDetail</code> objects that contain information about analyzed CloudWatch metrics that show anomalous behavior. '
PerformanceInsightsMetrics:
allOf:
- $ref: '#/components/schemas/PerformanceInsightsMetricsDetails'
- description: An array of <code>PerformanceInsightsMetricsDetail</code> objects that contain information about analyzed Performance Insights metrics that show anomalous behavior.
description: ' Details about the source of the anomalous operational data that triggered the anomaly.'
CloudWatchMetricsStat:
type: string
enum:
- Sum
- Average
- SampleCount
- Minimum
- Maximum
- p99
- p90
- p50
PerformanceInsightsMetricDimensionGroup:
type: object
properties:
Group:
allOf:
- $ref: '#/components/schemas/PerformanceInsightsMetricGroup'
- description: <p>The name of the dimension group. Its valid values are:</p> <ul> <li> <p> <code>db</code> - The name of the database to which the client is connected (only Aurora PostgreSQL, Amazon RDS PostgreSQL, Aurora MySQL, Amazon RDS MySQL, and MariaDB)</p> </li> <li> <p> <code>db.application</code> - The name of the application that is connected to the database (only Aurora PostgreSQL and RDS PostgreSQL)</p> </li> <li> <p> <code>db.host</code> - The host name of the connected client (all engines)</p> </li> <li> <p> <code>db.session_type</code> - The type of the current session (only Aurora PostgreSQL and RDS PostgreSQL)</p> </li> <li> <p> <code>db.sql</code> - The SQL that is currently executing (all engines)</p> </li> <li> <p> <code>db.sql_tokenized</code> - The SQL digest (all engines)</p> </li> <li> <p> <code>db.wait_event</code> - The event for which the database backend is waiting (all engines)</p> </li> <li> <p> <code>db.wait_event_type</code> - The type of event for which the database backend is waiting (all engines)</p> </li> <li> <p> <code>db.user</code> - The user logged in to the database (all engines)</p> </li> </ul>
Dimensions:
allOf:
- $ref: '#/components/schemas/PerformanceInsightsMetricDimensions'
- description: <p>A list of specific dimensions from a dimension group. If this parameter is not present, then it signifies that all of the dimensions in the group were requested or are present in the response.</p> <p>Valid values for elements in the <code>Dimensions</code> array are:</p> <ul> <li> <p> <code>db.application.name</code> - The name of the application that is connected to the database (only Aurora PostgreSQL and RDS PostgreSQL)</p> </li> <li> <p> <code>db.host.id</code> - The host ID of the connected client (all engines)</p> </li> <li> <p> <code>db.host.name</code> - The host name of the connected client (all engines)</p> </li> <li> <p> <code>db.name</code> - The name of the database to which the client is connected (only Aurora PostgreSQL, Amazon RDS PostgreSQL, Aurora MySQL, Amazon RDS MySQL, and MariaDB)</p> </li> <li> <p> <code>db.session_type.name</code> - The type of the current session (only Aurora PostgreSQL and RDS PostgreSQL)</p> </li> <li
# --- truncated at 32 KB (59 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/amazon-devops-guru/refs/heads/main/openapi/amazon-devops-guru-anomalies-api-openapi.yml