Alert API
Last updated
Last updated
The Alerts API enables users to create, update, delete, and test alert configurations, as well as send notifications through various channels. It supports integrations with platforms like Slack, Discord, Telegram, email, and even custom webhooks, allowing organizations to respond swiftly to critical events while maintaining operational efficiency. The API is secured using a Management API key, which can be found under Settings > API keys in Panorama.
Update specific alert configuration with filters like: score, block chains, total loss amounts and so on.
/api/v2/management/alert-configurations
SONAR
, MONITOR
, RASP
Create new Alert configuration with detailed filters like: score, block chains, total loss amounts and much more.
/api/v2/management/alert-configurations
SONAR
, MONITOR
, RASP
Change alert configuration status from active to inactive or vice versa
/api/v2/management/alert-configurations/{alertConfigurationId}/status
SONAR
, MONITOR
, RASP
Create alert destination for specified product
/api/v2/management/alert-configurations/destinations
SLACK
, DISCORD
, TELEGRAM
, WEBHOOK
, EMAIL
ACTIVE
, INACTIVE
Update alert destination for specified channel
/api/v2/management/alert-configurations/destinations/{destinationId}
SLACK
, DISCORD
, TELEGRAM
, WEBHOOK
, EMAIL
ACTIVE
, INACTIVE