distributions_create
Create an installation package for agent deployment. Returns a distribution ID; confirm success via status check.
Instructions
Create distributions
Create an installation package. This is an async call that returns the distribution ID; it does not mean that the creation succeeded. To confirm the package has been created, check the status of the distribution by running the Get Distribution Status API.
Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus
[POST /public_api/v1/distributions/create] · Endpoint Management
Example request body:
{
"request_data": {
"name": "<installation package name>",
"platform": "windows",
"package_type": "standalone",
"agent_version": "<agent version>"
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes |