Forum Discussion
Problem with Api Sentinel and the value "alertProductNames".
- Apr 07, 2022
The api still reports the old names, and therefore other parts of the system that use it.
e.g.SecurityIncident | extend Product = todynamic((parse_json(tostring(AdditionalData.alertProductNames))[0])) | summarize count() by tostring(Product)I suspect it will take Microsoft some time to make sure if they update the results, it doesn't break anything that relies on the "old names".
The latest preview also doesn't address this (but I think the date was before or around the time of many of the product renames) Incidents - Get - REST API (Azure Sentinel) | Microsoft Docs
The api still reports the old names, and therefore other parts of the system that use it.
e.g.
SecurityIncident
| extend Product = todynamic((parse_json(tostring(AdditionalData.alertProductNames))[0]))
| summarize count() by tostring(Product)I suspect it will take Microsoft some time to make sure if they update the results, it doesn't break anything that relies on the "old names".
The latest preview also doesn't address this (but I think the date was before or around the time of many of the product renames) Incidents - Get - REST API (Azure Sentinel) | Microsoft Docs