assets_get_asset_internet_exposure
Get internet exposure details for assets by asset ID, up to 20 IDs per request. Assess asset risk and exposure through the XSIAM API.
Instructions
Get Internet Exposure
Get Internet exposure asset details according to the asset ID. You can send up to 20 IDs.
Required license: Cortex XSIAM Premium or Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus
[POST /public_api/v1/assets/get_asset_internet_exposure] · Asset management
Example request body:
{
"request_data": {
"asm_id_list": [
"<asset_ID>"
]
}
}Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | No | A dictionary containing the API request fields. |