tags association
Available from 9.2.14. Use the tags
association
to retrieve information about tags as part of other REST API requests.
Association
tags
Applicable REST APIs
You can use the
tags
association with the following REST APIs:/api/sam/v2/software_instances
Syntax:
<URL>?columns[]=component_tags.<column>&token=<token>
<URL>?columns[]=instance_tags.<column>&token=<token>
/api/sam/v2/software_components
Syntax:
<URL>?columns[]=tags.<column>&token=<token>
Schema description
To retrieve the list of all columns that are returned by this association together with their
descriptions, use the following request.
GET api/sam/schemas/associations/tag.json?token=<token>
Available columns
Property | Description | Type |
---|---|---|
ID | Information about the unique identifier of a tag. | Integer |
name | Name of a tag. | String |