{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-devops-guru/refs/heads/main/json-schema/amazon-devops-guru-reactive-anomaly-schema.json",
"title": "ReactiveAnomaly",
"description": "Details about a reactive anomaly. This object is returned by ListAnomalies.",
"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 Understanding insight severities in the Amazon DevOps Guru User Guide."
}
]
},
"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 AnomalyReportedTimeRange 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": "
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.