Skip to content

/AWS1/CL_ADS=>CREATETAGS()

About CreateTags

Creates one or more tags for configuration items. Tags are metadata that help you categorize IT assets. This API accepts a list of multiple configuration items.

Do not store sensitive information (like personal data) in tags.

Method Signature

IMPORTING

Required arguments:

IT_CONFIGURATIONIDS TYPE /AWS1/CL_ADSCONFIDLIST_W=>TT_CONFIGURATIONIDLIST TT_CONFIGURATIONIDLIST

A list of configuration items that you want to tag.

IT_TAGS TYPE /AWS1/CL_ADSTAG=>TT_TAGSET TT_TAGSET

Tags that you want to associate with one or more configuration items. Specify the tags that you want to create in a key-value format. For example:

{"key": "serverType", "value": "webServer"}

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ADSCREATETAGSRESPONSE /AWS1/CL_ADSCREATETAGSRESPONSE