ReactiveAnomalySummary
Details about a reactive anomaly. This object is returned by
DescribeAnomaly.
Contents
- AnomalyReportedTimeRange
-
An
AnomalyReportedTimeRange
object that specifies the time range between when the anomaly is opened and the time when it is closed.Type: AnomalyReportedTimeRange object
Required: No
- AnomalyResources
-
The AWS resources in which anomalous behavior was detected by DevOps Guru.
Type: Array of AnomalyResource objects
Required: No
- AnomalyTimeRange
-
A time range that specifies when the observed unusual behavior in an anomaly started and ended. This is different from
AnomalyReportedTimeRange
, which specifies the time range when DevOps Guru opens and then closes an anomaly.Type: AnomalyTimeRange object
Required: No
- AssociatedInsightId
-
The ID of the insight that contains this anomaly. An insight is composed of related anomalies.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[\w-]*$
Required: No
- CausalAnomalyId
-
The ID of the causal anomaly that is associated with this reactive anomaly. The ID of a `CAUSAL` anomaly is always `NULL`.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[\w~.-]*$
Required: No
- Description
-
A description of the reactive anomaly.
Type: String
Required: No
- Id
-
The ID of the reactive anomaly.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Pattern:
^[\w~.-]*$
Required: No
- Name
-
The name of the reactive anomaly.
Type: String
Required: No
- ResourceCollection
-
A collection of AWS resources supported by DevOps Guru. The two types of AWS resource collections supported are AWS CloudFormation stacks and AWS resources that contain the same AWS tag. DevOps Guru can be configured to analyze the AWS resources that are defined in the stacks or that are tagged using the same tag key. You can specify up to 1000 AWS CloudFormation stacks.
Type: ResourceCollection object
Required: No
- Severity
-
The severity of the anomaly. The severity of anomalies that generate an insight determine that insight's severity. For more information, see Understanding insight severities in the Amazon DevOps Guru User Guide.
Type: String
Valid Values:
LOW | MEDIUM | HIGH
Required: No
- SourceDetails
-
Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.
Type: AnomalySourceDetails object
Required: No
- Status
-
The status of the reactive anomaly.
Type: String
Valid Values:
ONGOING | CLOSED
Required: No
- Type
-
The type of the reactive anomaly. It can be one of the following types.
-
CAUSAL
- the anomaly can cause a new insight. -
CONTEXTUAL
- the anomaly contains additional information about an insight or its causal anomaly.
Type: String
Valid Values:
CAUSAL | CONTEXTUAL
Required: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: