Download or Copy Software
Select
Download or Copy Software
- application/json
Request Body
downloadConfiguration object
Configurations for software download from the internet
latestFixesForCurrentRelease booleanBoolean which determines whether to download latest fixews for current release.
upgradeToLatestRelease booleanBoolean which determines whether to upgrade to latest release.
featureRelease stringWhich specific feature release to download.
windowsDownloadOptions string[]Possible values: [
WINDOWS_X32
,WINDOWS_X64
]gives list of all the target windows operating systems to download software for.
unixDownloadOptions string[]Possible values: [
AIX_PPC
,FREEBSD_X86
,FREEBSD_X86_64
,HP_IA64
,LINUX_ARM64
,LINUX_PPC64
,LINUX_PPC64LE
,LINUX_X86
,LINUX_X86_64
,MAC_OS
,SOLARIS_SPARC
,SOLARIS_X86_64
]gives list of all the target unix and MAC operating systems to download software for.
copyConfiguration object
Configurations for software download from the internet
downloadPath stringPath from where the software has to be downloaded.
username stringIf impersonation a user the, give the username of the user.
password stringCorresponding password of the user
- notifyWhenJobCompletes boolean
Boolean which determines whether to notify when software is downloaded or copied.
- 200
Success
- application/json
- Schema
- Example (from schema)
Schema
- jobId int32
{
"jobId": 0
}