Hello all!
We just moved our old âevent rulesâ to âService Orchestration Rulesâ using the API. So far, so good.Â
Â
However, Iâd like to be able to enable / disable rules with the API, and ideally, manipulate one specific one (e.g. change from âevent.summary matches host fooâ to âevent.summary matches host barâ ).Â
Â
The docs (https://developer.pagerduty.com/api-reference/aeaec09888036-update-the-service-orchestration-for-a-service) read like I have to send the whole enchilada and then it will figure it out by checking âexistingâ vs what was sent in the payload. Iâd rather just send âset "disabled": false where âidâ = ABC123â if itâs possible.Â
Â
Thanks in advance!
Â
-dd