addTagToApplication
Add a tag to an application
Format
udclient [global-args...] [global-flags...]
addTagToApplication [parameters]
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| application | string | true | Name or ID of the application |
| tag | string | true | Name of the tag |
| color | string | false | Hex representation of the color for the tag, such as FF0000. This parameter is used only if the tag is being created. |
| description | string | false | Description of the tag. This parameter is used only if the tag is being created. |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
addTagToApplication
-application JPetStore
-tag Tag1Related REST command: Add a tag to an application.