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 by your specified criteria. For example, you can specify Region in the Name, with the contains operator to list all subscriptions that match a partial string in the Value, such as us-west.

For each filter, you can specify one of the following values for the Name key to streamline results:

  • AccountID

  • AmiID

  • DualSubscription

  • InstanceID

  • InstanceType

  • ProductCode

  • Region

  • Status

  • UsageOperation

For each filter, you can use one of the following Operator values to define the behavior of the filter:

  • contains

  • equals

  • Notequal

IV_MAXRESULTS TYPE /AWS1/LIXBOXINTEGER /AWS1/LIXBOXINTEGER

The maximum items to return in a request.

IV_NEXTTOKEN TYPE /AWS1/LIXSTRING /AWS1/LIXSTRING

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

RETURNING

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