/AWS1/CL_DOGANOMALYRPTEDTIME00¶
A time range that specifies when DevOps Guru opens and then closes an anomaly. This
is different from AnomalyTimeRange, which specifies the time range when
DevOps Guru actually observes the anomalous behavior.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_opentime TYPE /AWS1/DOGTIMESTAMP /AWS1/DOGTIMESTAMP¶
The time when an anomaly is opened.
Optional arguments:¶
iv_closetime TYPE /AWS1/DOGTIMESTAMP /AWS1/DOGTIMESTAMP¶
The time when an anomaly is closed.
Queryable Attributes¶
OpenTime¶
The time when an anomaly is opened.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPENTIME() |
Getter for OPENTIME, with configurable default |
ASK_OPENTIME() |
Getter for OPENTIME w/ exceptions if field has no value |
HAS_OPENTIME() |
Determine if OPENTIME has a value |
CloseTime¶
The time when an anomaly is closed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLOSETIME() |
Getter for CLOSETIME, with configurable default |
ASK_CLOSETIME() |
Getter for CLOSETIME w/ exceptions if field has no value |
HAS_CLOSETIME() |
Determine if CLOSETIME has a value |