distributions_get_dist_url
Retrieves the download URL for an installation package by supplying its distribution ID and package type. Returns the direct link to obtain the specified package.
Instructions
Get Distribution URL
Get the distribution URL for downloading the installation package.
Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus
[POST /public_api/v1/distributions/get_dist_url] · Endpoint Management
Example request body:
{
"request_data": {
"distribution_id": "<distribution ID>",
"package_type": "x86"
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |