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
Table 1. Request parameters
Parameter Type Required Description
objectType string true Object type for the tags. e.g. Agent, Application, ApplicationTemplate, Component, ComponentTemplate, Resource
Table 2. Header parameters
Parameter Type Required Description
Accept application/json true

Related CLI command: getTagsForType.