Skip to content

/AWS1/CL_MIG=>SEARCHIMAGESETS()

About SearchImageSets

Search image sets based on defined input attributes.

SearchImageSets accepts a single search query parameter and returns a paginated response of all image sets that have the matching criteria. All date range queries must be input as (lowerBound, upperBound).

By default, SearchImageSets uses the updatedAt field for sorting in descending order from newest to oldest.

Method Signature

IMPORTING

Required arguments:

IV_DATASTOREID TYPE /AWS1/MIGDATASTOREID /AWS1/MIGDATASTOREID

The identifier of the data store where the image sets reside.

Optional arguments:

IO_SEARCHCRITERIA TYPE REF TO /AWS1/CL_MIGSEARCHCRITERIA /AWS1/CL_MIGSEARCHCRITERIA

The search criteria that filters by applying a maximum of 1 item to SearchByAttribute.

IV_MAXRESULTS TYPE /AWS1/MIGINTEGER /AWS1/MIGINTEGER

The maximum number of results that can be returned in a search.

IV_NEXTTOKEN TYPE /AWS1/MIGNEXTTOKEN /AWS1/MIGNEXTTOKEN

The token used for pagination of results returned in the response. Use the token returned from the previous request to continue results where the previous request ended.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_MIGSEARCHIMAGESETSRSP /AWS1/CL_MIGSEARCHIMAGESETSRSP