-
Notifications
You must be signed in to change notification settings - Fork 5.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security insight Alert rule Action requires triggerUrl #11192
Comments
@TheAwesem @raych1 the triggerUri is the trigger for the Playbook that you wish to run. You can get find it in the LogicApp overview page if you click on "view trigger history" |
Will this be implemented in the Sentinel API in the future? For fully automation options I would like to recieve it from the GET request. |
We are currently working on releasing an entirely new automation framework (should go to PP next month). We will take that into consideration. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @amirkeren. |
When trying to send a PUT request to "/alertRules/{ruleId}/actions/{actionId}" to link an Alert Rule to a Playbook I get the following error:
Required property 'triggerUri' not found in JSON. Path 'properties', line 1, position 701.
This triggerUri is not getting returned when requesting al current actions with the GET request.
The text was updated successfully, but these errors were encountered: