The RackPing API is a REST API to automate management of your account, monitors and retrieve reports from programs or the command line.
For example, you can use the RackPing API to enable and disable maintenance windows from your deployment scripts, or add and delete monitoring checks from new VMs or containers..
Documentation
Sample API Code
curl
program:
curl -X PUT -H 'Accept: application/json' -H "App-Key: API_KEY" -u EMAIL:PASSWORD -d '{"checkids":[ CHECKID ],"maintenance":1}' https://www.rackping.com/api/2.0/checks
curl -X PUT -H 'Accept: application/json' -H "App-Key: API_KEY" -u EMAIL:PASSWORD -d '{"checkids":[ CHECKID ],"maintenance":0}' https://www.rackping.com/api/2.0/checks
Other Helpful Resources