Skip to content

/AWS1/CL_IMG=>LISTIMAGES()

About ListImages

Returns the list of images that you have access to. Newly created images can take up to two minutes to appear in the ListImages API Results.

Method Signature

IMPORTING

Optional arguments:

IV_OWNER TYPE /AWS1/IMGOWNERSHIP /AWS1/IMGOWNERSHIP

The owner defines which images you want to list. By default, this request will only show images owned by your account. You can use this field to specify if you want to view images owned by yourself, by Amazon, or those images that have been shared with you by other customers.

IT_FILTERS TYPE /AWS1/CL_IMGFILTER=>TT_FILTERLIST TT_FILTERLIST

Use the following filters to streamline results:

  • name

  • osVersion

  • platform

  • type

  • version

IV_BYNAME TYPE /AWS1/IMGBOOLEAN /AWS1/IMGBOOLEAN

Requests a list of images with a specific recipe name.

IV_MAXRESULTS TYPE /AWS1/IMGRESTRICTEDINTEGER /AWS1/IMGRESTRICTEDINTEGER

The maximum items to return in a request.

IV_NEXTTOKEN TYPE /AWS1/IMGPAGINATIONTOKEN /AWS1/IMGPAGINATIONTOKEN

A token to specify where to start paginating. This is the nextToken from a previously truncated response.

IV_INCLUDEDEPRECATED TYPE /AWS1/IMGNULLABLEBOOLEAN /AWS1/IMGNULLABLEBOOLEAN

Includes deprecated images in the response list.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_IMGLISTIMAGESRESPONSE /AWS1/CL_IMGLISTIMAGESRESPONSE