TagsResource Resource

GET /tags

Current CM entities and their tags. Tag names beginning with the prefix _cldr_ (case insensitive) are reserved for internal use by Cloudera.

Request Parameters
name type description default
limit query Number of tags to search for. Maximum value for limit is 1000. 10
offset query Starting index of the list 0
Response Body
media type data type description
application/json ApiTagToEntitiesList (JSON) Detailed description of the current CM entities and their tags.

GET /tags/{tagName}

Get Entities given the Tag name, grouped by entity type.

Request Parameters
name type description default
tagName path Name of the tag n/a
limit query Number of entries to search for. Maximum value for limit is 1000. 10
offset query Starting index of the list 0
Response Body
media type data type description
application/json ApiTagToEntitiesList (JSON) Get CM Entities associated with the provided tag.