Skip to content

/AWS1/CL_LIX=>LISTLINUXSUBSCRIPTIONINSTS()

About ListLinuxSubscriptionInstances

Lists the running Amazon EC2 instances that were discovered with commercial Linux subscriptions.

Method Signature

IMPORTING

Optional arguments:

IT_FILTERS TYPE /AWS1/CL_LIXFILTER=>TT_FILTERLIST TT_FILTERLIST

An array of structures that you can use to filter the results to those that match one or more sets of key-value pairs that you specify. For example, you can filter by the name of AmiID with an optional operator to see subscriptions that match, partially match, or don't match a certain Amazon Machine Image (AMI) ID.

The valid names for this filter are:

  • AmiID

  • InstanceID

  • AccountID

  • Status

  • Region

  • UsageOperation

  • ProductCode

  • InstanceType

The valid Operators for this filter are:

  • contains

  • equals

  • Notequal

IV_MAXRESULTS TYPE /AWS1/LIXBOXINTEGER /AWS1/LIXBOXINTEGER

Maximum number of results to return in a single call.

IV_NEXTTOKEN TYPE /AWS1/LIXSTRING /AWS1/LIXSTRING

Token for the next set of results.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_LIXLSTLINUXSUBSCRIP01 /AWS1/CL_LIXLSTLINUXSUBSCRIP01