List links on a version

This command lists all links that are associated with a specified component version.

Request

GET https://{hostname}:{port}
    /cli/version/getLinks?{parameters}

Example response

[
  {
    "name": "Link to MyCompany example web site",
    "value": "http://mycompany.example.com"
  },
  {
    "name": "Link to IBM web site",
    "value": "http://www.ibm.com"
  }
]

Related CLI command: getVersionLinks.


Feedback