/AWS1/CL_GUSMETRICSSUMMARY¶
A summary of metrics for an account as of a specified date.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_date TYPE /AWS1/GUSTIMESTAMP /AWS1/GUSTIMESTAMP¶
The date from which the metrics summary information was retrieved.
io_openfindings TYPE REF TO /AWS1/CL_GUSFNDMETVALPERSEVE00 /AWS1/CL_GUSFNDMETVALPERSEVE00¶
The number of open findings of each severity.
it_catswithmostfindings TYPE /AWS1/CL_GUSCATWITHFINDINGNUM=>TT_CATEGORIESWITHMOSTFINDINGS TT_CATEGORIESWITHMOSTFINDINGS¶
A list of
CategoryWithFindingNumobjects for the top 5 finding categories with the most findings.
it_scanswithmostopenfindings TYPE /AWS1/CL_GUSSCANNAMEWITHFNDNUM=>TT_SCANSWITHMOSTOPENFINDINGS TT_SCANSWITHMOSTOPENFINDINGS¶
A list of
ScanNameWithFindingNumobjects for the top 3 scans with the most number of open findings.
it_scanswthmostopencritica00 TYPE /AWS1/CL_GUSSCANNAMEWITHFNDNUM=>TT_SCANSWMOSTOPENCRITICALFNDS TT_SCANSWMOSTOPENCRITICALFNDS¶
A list of
ScanNameWithFindingNumobjects for the top 3 scans with the most number of open critical findings.
Queryable Attributes¶
date¶
The date from which the metrics summary information was retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATE() |
Getter for DATE, with configurable default |
ASK_DATE() |
Getter for DATE w/ exceptions if field has no value |
HAS_DATE() |
Determine if DATE has a value |
openFindings¶
The number of open findings of each severity.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OPENFINDINGS() |
Getter for OPENFINDINGS |
categoriesWithMostFindings¶
A list of
CategoryWithFindingNumobjects for the top 5 finding categories with the most findings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CATSWITHMOSTFINDINGS() |
Getter for CATEGORIESWITHMOSTFINDINGS, with configurable def |
ASK_CATSWITHMOSTFINDINGS() |
Getter for CATEGORIESWITHMOSTFINDINGS w/ exceptions if field |
HAS_CATSWITHMOSTFINDINGS() |
Determine if CATEGORIESWITHMOSTFINDINGS has a value |
scansWithMostOpenFindings¶
A list of
ScanNameWithFindingNumobjects for the top 3 scans with the most number of open findings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANSWITHMOSTOPENFNDGS() |
Getter for SCANSWITHMOSTOPENFINDINGS, with configurable defa |
ASK_SCANSWITHMOSTOPENFNDGS() |
Getter for SCANSWITHMOSTOPENFINDINGS w/ exceptions if field |
HAS_SCANSWITHMOSTOPENFNDGS() |
Determine if SCANSWITHMOSTOPENFINDINGS has a value |
scansWithMostOpenCriticalFindings¶
A list of
ScanNameWithFindingNumobjects for the top 3 scans with the most number of open critical findings.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCANSWTHMOSTOPENCRITIC00() |
Getter for SCANSWTHMOSTOPENCRITICALFNDS, with configurable d |
ASK_SCANSWTHMOSTOPENCRITIC00() |
Getter for SCANSWTHMOSTOPENCRITICALFNDS w/ exceptions if fie |
HAS_SCANSWTHMOSTOPENCRITIC00() |
Determine if SCANSWTHMOSTOPENCRITICALFNDS has a value |