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