Our monitoring automation allows you to access some of the AppBeat functionality remotely by:
Some of the use case scenarios:
- you want to mass import large number of monitors which would be too slow to open manually from web user interface (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 your own user interface
Our public API currently provides you most basic tasks, but we plan to expand functionality in future versions.
Our API and command line tool always use secure HTTPS connection.