Skip to content

/AWS1/CL_SHBSEVERITYTRENDSCNT

Contains counts of findings grouped by severity level for trend analysis.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_unknown TYPE /AWS1/SHBTRENDSVALUECOUNT /AWS1/SHBTRENDSVALUECOUNT

The count of findings with Unknown severity level at this point in the trend timeline.

iv_informational TYPE /AWS1/SHBTRENDSVALUECOUNT /AWS1/SHBTRENDSVALUECOUNT

The count of findings with Informational severity level at this point in the trend timeline.

iv_low TYPE /AWS1/SHBTRENDSVALUECOUNT /AWS1/SHBTRENDSVALUECOUNT

The count of findings with Low severity level at this point in the trend timeline.

iv_medium TYPE /AWS1/SHBTRENDSVALUECOUNT /AWS1/SHBTRENDSVALUECOUNT

The count of findings with Medium severity level at this point in the trend timeline.

iv_high TYPE /AWS1/SHBTRENDSVALUECOUNT /AWS1/SHBTRENDSVALUECOUNT

The count of findings with High severity level at this point in the trend timeline.

iv_critical TYPE /AWS1/SHBTRENDSVALUECOUNT /AWS1/SHBTRENDSVALUECOUNT

The count of findings with Critical severity level at this point in the trend timeline.

iv_fatal TYPE /AWS1/SHBTRENDSVALUECOUNT /AWS1/SHBTRENDSVALUECOUNT

The count of findings with Fatal severity level at this point in the trend timeline.

iv_other TYPE /AWS1/SHBTRENDSVALUECOUNT /AWS1/SHBTRENDSVALUECOUNT

The count of findings with severity levels not fitting into the standard categories at this point in the trend timeline.


Queryable Attributes

Unknown

The count of findings with Unknown severity level at this point in the trend timeline.

Accessible with the following methods

Method Description
GET_UNKNOWN() Getter for UNKNOWN, with configurable default
ASK_UNKNOWN() Getter for UNKNOWN w/ exceptions if field has no value
HAS_UNKNOWN() Determine if UNKNOWN has a value

Informational

The count of findings with Informational severity level at this point in the trend timeline.

Accessible with the following methods

Method Description
GET_INFORMATIONAL() Getter for INFORMATIONAL, with configurable default
ASK_INFORMATIONAL() Getter for INFORMATIONAL w/ exceptions if field has no value
HAS_INFORMATIONAL() Determine if INFORMATIONAL has a value

Low

The count of findings with Low severity level at this point in the trend timeline.

Accessible with the following methods

Method Description
GET_LOW() Getter for LOW, with configurable default
ASK_LOW() Getter for LOW w/ exceptions if field has no value
HAS_LOW() Determine if LOW has a value

Medium

The count of findings with Medium severity level at this point in the trend timeline.

Accessible with the following methods

Method Description
GET_MEDIUM() Getter for MEDIUM, with configurable default
ASK_MEDIUM() Getter for MEDIUM w/ exceptions if field has no value
HAS_MEDIUM() Determine if MEDIUM has a value

High

The count of findings with High severity level at this point in the trend timeline.

Accessible with the following methods

Method Description
GET_HIGH() Getter for HIGH, with configurable default
ASK_HIGH() Getter for HIGH w/ exceptions if field has no value
HAS_HIGH() Determine if HIGH has a value

Critical

The count of findings with Critical severity level at this point in the trend timeline.

Accessible with the following methods

Method Description
GET_CRITICAL() Getter for CRITICAL, with configurable default
ASK_CRITICAL() Getter for CRITICAL w/ exceptions if field has no value
HAS_CRITICAL() Determine if CRITICAL has a value

Fatal

The count of findings with Fatal severity level at this point in the trend timeline.

Accessible with the following methods

Method Description
GET_FATAL() Getter for FATAL, with configurable default
ASK_FATAL() Getter for FATAL w/ exceptions if field has no value
HAS_FATAL() Determine if FATAL has a value

Other

The count of findings with severity levels not fitting into the standard categories at this point in the trend timeline.

Accessible with the following methods

Method Description
GET_OTHER() Getter for OTHER, with configurable default
ASK_OTHER() Getter for OTHER w/ exceptions if field has no value
HAS_OTHER() Determine if OTHER has a value