Our monitoring automation allows you to access some of the AppBeat functionality remotely by:
Some of the use case scenarios for monitoring automation:
- you want to mass import large number of monitors which would be too slow to open manually from our web application (see also REST API / Methods or Command Line Interface / Create new check)
- you have recurring maintenance or application deployment and you don't want to receive AppBeat alarms for this period (you can simply run
dotnet AppBeat.CLI.dll pause <resourceId>...
or even schedule it to run as recurring Windows/Linux job)
- you want to create script for your DevOps team, etc.
See also
REST API: Getting started