asm_management_upload_asm_data
Upload domains and IP ranges to your Cortex XSIAM asset inventory. Specify asset type, identifiers, and business units to add up to 500 assets per request.
Instructions
Upload assets to the inventory
Upload domains (paid-level domains (PLD) and subdomains) and IPv4 address ranges. You can upload up to 500 IP address ranges or domains in each request.
You must have Instance Administrator permissions to run this endpoint.
Required license: Cortex XSIAM Premium or Cortex XSIAM with ASM add-on
[POST /public_api/v1/asm_management/upload_asm_data] · Asset management
Example request body:
{
"request_data": {
"request_type": "Addition",
"asset_type": "ip_range",
"asset_identifiers": [
"192.84.12.55-192.84.12.68"
],
"business_units": [
"BU:1",
"BU:2"
]
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | Yes | A dictionary containing the API request fields. |