Skip to content

/AWS1/CL_DOGREACTANOMALYSUMM

Details about a reactive anomaly. This object is returned by DescribeAnomaly.

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_ID TYPE /AWS1/DOGANOMALYID /AWS1/DOGANOMALYID

The ID of the reactive anomaly.

IV_SEVERITY TYPE /AWS1/DOGANOMALYSEVERITY /AWS1/DOGANOMALYSEVERITY

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.

IV_STATUS TYPE /AWS1/DOGANOMALYSTATUS /AWS1/DOGANOMALYSTATUS

The status of the reactive anomaly.

IO_ANOMALYTIMERANGE TYPE REF TO /AWS1/CL_DOGANOMALYTIMERANGE /AWS1/CL_DOGANOMALYTIMERANGE

AnomalyTimeRange

IO_ANOMALYREPORTEDTIMERANGE TYPE REF TO /AWS1/CL_DOGANOMALYRPTEDTIME00 /AWS1/CL_DOGANOMALYRPTEDTIME00

An AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened and the time when it is closed.

IO_SOURCEDETAILS TYPE REF TO /AWS1/CL_DOGANOMALYSOURCEDETS /AWS1/CL_DOGANOMALYSOURCEDETS

Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.

IV_ASSOCIATEDINSIGHTID TYPE /AWS1/DOGINSIGHTID /AWS1/DOGINSIGHTID

The ID of the insight that contains this anomaly. An insight is composed of related anomalies.

IO_RESOURCECOLLECTION TYPE REF TO /AWS1/CL_DOGRESOURCECOLLECTION /AWS1/CL_DOGRESOURCECOLLECTION

ResourceCollection

IV_TYPE TYPE /AWS1/DOGANOMALYTYPE /AWS1/DOGANOMALYTYPE

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.

IV_NAME TYPE /AWS1/DOGANOMALYNAME /AWS1/DOGANOMALYNAME

The name of the reactive anomaly.

IV_DESCRIPTION TYPE /AWS1/DOGANOMALYDESCRIPTION /AWS1/DOGANOMALYDESCRIPTION

A description of the reactive anomaly.

IV_CAUSALANOMALYID TYPE /AWS1/DOGANOMALYID /AWS1/DOGANOMALYID

The ID of the causal anomaly that is associated with this reactive anomaly. The ID of a CAUSAL anomaly is always NULL.

IT_ANOMALYRESOURCES TYPE /AWS1/CL_DOGANOMALYRESOURCE=>TT_ANOMALYRESOURCES TT_ANOMALYRESOURCES

The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.


Queryable Attributes

Id

The ID of the reactive anomaly.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

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.

Accessible with the following methods

Method Description
GET_SEVERITY() Getter for SEVERITY, with configurable default
ASK_SEVERITY() Getter for SEVERITY w/ exceptions if field has no value
HAS_SEVERITY() Determine if SEVERITY has a value

Status

The status of the reactive anomaly.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

AnomalyTimeRange

AnomalyTimeRange

Accessible with the following methods

Method Description
GET_ANOMALYTIMERANGE() Getter for ANOMALYTIMERANGE

AnomalyReportedTimeRange

An AnomalyReportedTimeRange object that specifies the time range between when the anomaly is opened and the time when it is closed.

Accessible with the following methods

Method Description
GET_ANOMALYREPORTEDTIMERANGE() Getter for ANOMALYREPORTEDTIMERANGE

SourceDetails

Details about the source of the analyzed operational data that triggered the anomaly. The one supported source is Amazon CloudWatch metrics.

Accessible with the following methods

Method Description
GET_SOURCEDETAILS() Getter for SOURCEDETAILS

AssociatedInsightId

The ID of the insight that contains this anomaly. An insight is composed of related anomalies.

Accessible with the following methods

Method Description
GET_ASSOCIATEDINSIGHTID() Getter for ASSOCIATEDINSIGHTID, with configurable default
ASK_ASSOCIATEDINSIGHTID() Getter for ASSOCIATEDINSIGHTID w/ exceptions if field has no
HAS_ASSOCIATEDINSIGHTID() Determine if ASSOCIATEDINSIGHTID has a value

ResourceCollection

ResourceCollection

Accessible with the following methods

Method Description
GET_RESOURCECOLLECTION() Getter for RESOURCECOLLECTION

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.

Accessible with the following methods

Method Description
GET_TYPE() Getter for TYPE, with configurable default
ASK_TYPE() Getter for TYPE w/ exceptions if field has no value
HAS_TYPE() Determine if TYPE has a value

Name

The name of the reactive anomaly.

Accessible with the following methods

Method Description
GET_NAME() Getter for NAME, with configurable default
ASK_NAME() Getter for NAME w/ exceptions if field has no value
HAS_NAME() Determine if NAME has a value

Description

A description of the reactive anomaly.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

CausalAnomalyId

The ID of the causal anomaly that is associated with this reactive anomaly. The ID of a CAUSAL anomaly is always NULL.

Accessible with the following methods

Method Description
GET_CAUSALANOMALYID() Getter for CAUSALANOMALYID, with configurable default
ASK_CAUSALANOMALYID() Getter for CAUSALANOMALYID w/ exceptions if field has no val
HAS_CAUSALANOMALYID() Determine if CAUSALANOMALYID has a value

AnomalyResources

The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.

Accessible with the following methods

Method Description
GET_ANOMALYRESOURCES() Getter for ANOMALYRESOURCES, with configurable default
ASK_ANOMALYRESOURCES() Getter for ANOMALYRESOURCES w/ exceptions if field has no va
HAS_ANOMALYRESOURCES() Determine if ANOMALYRESOURCES has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_REACTIVEANOMALIES

TYPES TT_REACTIVEANOMALIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_DOGREACTANOMALYSUMM WITH DEFAULT KEY
.