Skip to content

/AWS1/CL_DOG=>LISTANOMALIESFORINSIGHT()

About ListAnomaliesForInsight

Returns a list of the anomalies that belong to an insight that you specify using its ID.

Method Signature

IMPORTING

Required arguments:

IV_INSIGHTID TYPE /AWS1/DOGINSIGHTID /AWS1/DOGINSIGHTID

The ID of the insight. The returned anomalies belong to this insight.

Optional arguments:

IO_STARTTIMERANGE TYPE REF TO /AWS1/CL_DOGSTARTTIMERANGE /AWS1/CL_DOGSTARTTIMERANGE

A time range used to specify when the requested anomalies started. All returned anomalies started during this time range.

IV_MAXRESULTS TYPE /AWS1/DOGLSTANOMALIESFORINSI00 /AWS1/DOGLSTANOMALIESFORINSI00

The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

IV_NEXTTOKEN TYPE /AWS1/DOGUUIDNEXTTOKEN /AWS1/DOGUUIDNEXTTOKEN

The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.

IV_ACCOUNTID TYPE /AWS1/DOGAWSACCOUNTID /AWS1/DOGAWSACCOUNTID

The ID of the Amazon Web Services account.

IO_FILTERS TYPE REF TO /AWS1/CL_DOGLSTANOMALIESFORI02 /AWS1/CL_DOGLSTANOMALIESFORI02

Specifies one or more service names that are used to list anomalies.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DOGLSTANOMALIESFORI01 /AWS1/CL_DOGLSTANOMALIESFORI01