Skip to content

/AWS1/CL_ADS=>DESCRIBETAGS()

About DescribeTags

Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value, passed to the optional parameter filters.

There are three valid tag filter names:

  • tagKey

  • tagValue

  • configurationId

Also, all configuration items associated with your user that have tags can be listed if you call DescribeTags as is without passing any parameters.

Method Signature

IMPORTING

Optional arguments:

IT_FILTERS TYPE /AWS1/CL_ADSTAGFILTER=>TT_TAGFILTERS TT_TAGFILTERS

You can filter the list using a key-value format. You can separate these items by using logical operators. Allowed filters include tagKey, tagValue, and configurationId.

IV_MAXRESULTS TYPE /AWS1/ADSINTEGER /AWS1/ADSINTEGER

The total number of items to return in a single page of output. The maximum value is 100.

IV_NEXTTOKEN TYPE /AWS1/ADSNEXTTOKEN /AWS1/ADSNEXTTOKEN

A token to start the list. Use this token to get the next set of results.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ADSDESCRTAGSRESPONSE /AWS1/CL_ADSDESCRTAGSRESPONSE