Logo
Enter a Fully Qualified Domain Name (FQDN) and select an action

Search for a submission by ID

>

Information about the endpoints and submission statistics

Submit

POST /api/v1/submissions

{
    "fqdn": "<hostname>",
    "type": "ADD|MODIFY|DELETE"
}
            

Response

{
    "status": "OK",
    "id": <integer_id>
}
                

Check

GET /api/v1/submission/<id>

Response

{
    "status": "OK",
    "id": 12345,
    "fqdn": "example.com",
    "type": "add",
    "status": "success"
}
                

Total Submissions
Loading...