Hello,
I'm trying to set up a curl script to enable/disable a search under "Searches, reports, and alerts" when an alert is triggered. I've done some searching on the boards and found the example below, but it's not working for me.
curl -ku admin:changeme https://localhost:8089/servicesNS///saved/searches/ -d "is_scheduled=0"
Basically, a curl or CLI command that will drop a check mark in the box in the screen shot for me so I can script that out would solve my issue.
Anyone have any suggestions?
... View more