Skip to content
Rainer Simon edited this page Jan 25, 2013 · 14 revisions

JSON API

In addition the UI, monitrix also facilitates integration with other systems though an HTTP JSON API.

Crawl Log

/api/log/recent

Returns the N most recent log entries as a JSON array. Details...

Crawl Stats

/api/stats/recent

Returns momentary crawl stats values – e.g. current crawl rate (URLs per minute) and download rate (MB per
minute). Details...

/api/timeline/datavolume

Returns the datavolume history timeseries (MB downloaded vs. time). Details...

/api/timeline/urls-crawled

Returns the crawl rate history timeseries (URLs downloaded vs. time). Details...

/api/timeline/new-hosts-crawled

Returns the “new hosts crawled” timeseries, i.e. the number of “host is crawled for the first time” events vs. time. Details...

/api/timeline/completed-hosts

Returns the “completed hosts” timeseries, i.e. the number of “host was encountered for the last time” events vs. time. Details...

Host Information

Work in progress…

Virus Log

Work in progress..

Alert Log

Work in progress…