User Tools

Site Tools


api:dns:acmezones

API : DNS Acme Zones

Introduction

This request can be used by the ACME client using the PowerDNS module to fetch a list of the domains the users customer has.

Request

URL https://api.telecomx.dk/dns/acme/api/v1/servers/default/zones
Method GET
Access level VIEWER, MANAGER, OWNER, RESELLER, RESELLER_ADMIN, ADMIN.

Response

JSON object
success boolean True on success

Example

[
  {
  "account": "",
  "dnssec": false,
  "edited_serial": 2022040504,
  "id": "example.org.",
  "kind": "Native",
  "last_check": 0,
  "masters": [],
  "name": "example.org.",
  "notified_serial": 0,
  "serial": 2022040504,
  "url": "/api/v1/servers/localhost/zones/example.org."
  },
  {
    ...
  }
]

Errors

Error code Message Description
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/dns/acmezones.txt · Last modified: 2024/11/07 13:08 by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki