Skip to content

/AWS1/CL_DOG=>SEARCHINSIGHTS()

About SearchInsights

Returns a list of insights in your Amazon Web Services account. You can specify which insights are returned by their start time, one or more statuses (ONGOING or CLOSED), one or more severities (LOW, MEDIUM, and HIGH), and type (REACTIVE or PROACTIVE).

Use the Filters parameter to specify status and severity search parameters. Use the Type parameter to specify REACTIVE or PROACTIVE in your search.

Method Signature

IMPORTING

Required arguments:

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

The start of the time range passed in. Returned insights occurred after this time.

IV_TYPE TYPE /AWS1/DOGINSIGHTTYPE /AWS1/DOGINSIGHTTYPE

The type of insights you are searching for (REACTIVE or PROACTIVE).

Optional arguments:

IO_FILTERS TYPE REF TO /AWS1/CL_DOGSRCHINSIGHTSFILTS /AWS1/CL_DOGSRCHINSIGHTSFILTS

A SearchInsightsFilters object that is used to set the severity and status filters on your insight search.

IV_MAXRESULTS TYPE /AWS1/DOGSRCHINSIGHTSMAXRSLTS /AWS1/DOGSRCHINSIGHTSMAXRSLTS

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.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_DOGSEARCHINSIGHTSRSP /AWS1/CL_DOGSEARCHINSIGHTSRSP