getVersionLinks
List links on a version
Format
udclient [global-args...] [global-flags...]
getVersionLinks [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
component | string | false | Name or ID of the component; this value is required if you specify the version name instead of ID |
version | string | true | Name or ID of the version |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
getVersionLinks
-component JPetStore-APP
-version 1.0
Example response
[
{
"name": "Link to MyCompany example web site",
"value": "http://mycompany.example.com"
},
{
"name": "Link to foo web site",
"value": "http://www.foo.com"
}
]
Related REST command: List links on a version.