docker-cabot
docker-cabot copied to clipboard
Ability to disable/enable alerts via API?
Hi,
Is there already an ability to disable/enable alerts via API?
Thanks in advance.
Hello,
it will be better for you to go to https://github.com/arachnys/cabot and https://cabotapp.com/ and look for answers there.
From my experience, I can advise you these requests: curl -v --config ./.passcabot -X GET --url "https://cabot.example.com/api/services/
, curl -i -v --config ./.passcabot -H "Accept: application/json" -H "Content-Type:application/json" -X PATCH https://cabot.example.com/api/services/${ii_id}/ -d "${out_json}"
Also, I saw cli for cabot but never use it and can't find it now. `