You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is one of the components of the Zonemaster software. For an
overview of the Zonemaster software, please see the
Zonemaster repository.
This module is the Backend JSON/RPC weservice for the Web Interface part of
the Zonemaster project. It offers a JSON/RPC api to run tests one by one
(as the zonemaster-gui web frontend module does, or by using a batch API to
run the Zonemaster engine on many domains)
A Zonemaster user needs to install the backend only in the case where there is a
need of logging the Zonemaster test runs in one's own respective database for
analysing.
The Architecture document describes each of the Zonemaster Backend
components and how they operate. It also discusses all central concepts
needed to understand the Zonemaster backend, and contains a glossary over
domain specific technical terms.
The Getting Started guide walks you through creating a test and following
it through its life cycle, all using JSON-RPC calls to the RPC API daemon.
The API documentation describes the RPC API daemon inteface in detail.
License
This is free software under a 2-clause BSD license. The full text of the license can
be found in the LICENSE file included in this respository.
About
The Zonemaster Backend - part of the Zonemaster project