getTagsForType#

Get the Tags for an object type.

This command returns a JSON array containing all active tags for the given object type.

Format#

udclient [\[global-args...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md) [\[global-flags...\]](../../com.udeploy.reference.doc/topics/cli_command_format.md)
  getTagsForType [parameters]

Parameters#

Parameter Type Required Description
objectType string true Object type for the tags. e.g. Agent, Application, ApplicationTemplate, Component, ComponentTemplate, Resource

Related REST command: Get the Tags for an object type..

Parent topic: CLI Commands