This website uses cookies essential to its operation, for analytics, and for personalized content. By continuing to browse this site, you acknowledge the use of cookies. For details on cookie usage on our site, read our Privacy Policy
- Api call add alert rule:
I want to create alert rules via API for the CSPM. Are there any examples for this? It's not clear to me how to populate:
alertRuleNotificationConfig
https://prisma.pan.dev/api/cloud/cspm/alert-rules#operation/add-alert-rule
POST https:// {{api-endpoint}} /v2/alert/rule >> 405
Can we post events on this API endpoint?
- API call retrieving alert rule by ID:
GET https:// {{api-endpoint}} /v1/alert/ {{ruleid}} >> 404
The {id} which I retrieve with this API call:
https://prisma.pan.dev/api/cloud/cspm/alert-rules#operation/get-alert-rules-v2
Can any one verify that their api call are valid?
... View more