using the link Update Synthetic API Monitoring Job API (appdynamics.com)
I try to PUT mybaseuri/v1/synthetic/api/schedule/<id> and get synthetic job and if the job is enabled then I want to disabled it but the api is not working at all
could you please suggest how to get the synthetic job id by name and then if the job is enable then disable it, just send me rest api's for these operations also is the format mybaseuri/v1/synthetic/api/schedule/<id> where
mybaseuri=https://mydomain.xxxx.appdynamics.com/controller/alerting/rest/v1/synthetic/api/schedule/<id>
is correct is incorrect ? please let me know
... View more