post
/public_api/v1/distributions/get_dist_url
Get the distribution URL for downloading the installation package.
Required license: Cortex XDR Prevent or Cortex XDR Pro per Endpoint
Body parameters
request_dataObjectrequired
distribution_idString
Installation package ID.
package_typeString
A string representing the type of installation package. Select one of the following valid keywords and values:
- upgrade
Package type should match the distribution type or platform:
- sh
: x86_64 Linux SH installer
- rpm
: x86_64 Linux RPM installer
- deb
: x86_64 Linux DEB installer
- aarch64_sh
: aarch64 Linux SH installer
- aarch64_rpm
: aarch64 Linux RPM installer
- aarch64_deb
: aarch64 Linux DEB installer
- pkg
: Mac
- x86
: Windows
- x64
: Windows
REQUEST BODY
{
"request_data": {
"distribution_id": "<distribution ID>",
"package_type": "x86"
}
}
CURL
curl -X 'POST'
-H
'Accept: application/json'
-H
'Content-Type: application/json'
'https://api-yourfqdn/public_api/v1/distributions/get_dist_url'
-d
''
Responses