GET https://{hostname}:{port}
/cli/version/downloadArtifacts?{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 |
| location | string | false | Path to download the artifacts to. You must have permission to create files in this location. |
curl -k -u jsmith:passwd
"https://myserver.example.com:8443/cli/version/downloadArtifacts
?component=JPetStore-WEB&version=1.0"
Related CLI command: downloadVersionArtifacts.