Python scripts for interacting with the Uptrends API
Add checkpoint(s) to the Checkpoints list for a given probe/monitor.
python disable-checkpoint.py
You'll be prompted for your API username/password, the name of the probe/monitor you wish you to update, and the name of the checkpoint to disable. You will have the option to enter "all" for the probe/monitor name to update all probes under your account.
Remove checkpoint(s) from the Checkpoints list on the probe/monitor.
python enable-checkpoint.py
You'll be prompted for your API username/password, the name of the probe/monitor you wish you to update, and the name of the checkpoint to enable. You will have the option to enter "all" for the probe/monitor name to update all probes under your account.