Get the Tags for an object type.
This command returns a JSON array containing all active tags for the given object type.
Request
GET https://{hostname}:{port}
/cli/tags?{parameters}
Accept: application/json
Parameter | Type | Required | Description |
---|---|---|---|
objectType | string | true | Object type for the tags. e.g. Agent, Application, ApplicationTemplate, Component, ComponentTemplate, Resource |
Parameter | Type | Required | Description |
---|---|---|---|
Accept | application/json |
true |
Related CLI command: getTagsForType.