I am trying to create a new action suppression using curl to POST to out saas controller's API
the goal is to add it existing scripts for upgrading and migrating so it auto disables alerts during those events
I tried using the examples from
https://docs.appdynamics.com/display/PRO42/Alert+and+Respond+API#AlertandRespondAPI-CreateandDeleteA...
But this did not work.
Does anyone have an example of a curl command to POST a new action suppression?