addVersionLink
Add a link on a version
Format
udclient [global-args...] [global-flags...]
addVersionLink [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
component | string | false | Name or ID of the component. This value is required if you specify a version name instead of an ID |
version | string | true | Name or ID of the version |
linkName | string | true | Name of the link to add |
link | string | true | Value of the link to add |
isPriority | boolean | false | Optional. If true, prioritize the link by placing it in the version page header for quicker access |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
addVersionLink
-component JPetStore-APP
-version 1.0
-linkName "Link to IBM web site"
-link https://www.ibm.com
Related REST command: Add a link on a version.