Current CM entities and their tags. Tag names beginning with the prefix _cldr_
(case insensitive) are reserved for internal use by Cloudera.
| 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 |
| media type | data type | description |
|---|---|---|
| application/json | ApiTagToEntitiesList (JSON) | Detailed description of the current CM entities and their tags. |
Get Entities given the Tag name, grouped by entity type.
| 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 |
| media type | data type | description |
|---|---|---|
| application/json | ApiTagToEntitiesList (JSON) | Get CM Entities associated with the provided tag. |