ACME DNS API (acmedns:v1)

2024-08-01

2 removed methods | Removed API

Deletions

    Methods
  • acmedns.acmeChallengeSets.rotateChallenges

      HTTP Method: POST

      Parameter Order: rootDomain

      Parameters:

        rootDomain

          Type: string

          Location: path

          Description: Required. SLD + TLD domain name to update records for. For example, this would be "google.com" for any FQDN under "google.com". That includes challenges for "subdomain.google.com". This MAY be Unicode or Punycode.

          Required: Yes

      Flat Path: v1/acmeChallengeSets/{rootDomain}:rotateChallenges

      Path: v1/acmeChallengeSets/{rootDomain}:rotateChallenges

      Description: Rotate the ACME challenges for a given domain name. By default, removes any challenges that are older than 30 days. Domain names must be provided in Punycode.

  • acmedns.acmeChallengeSets.get

      HTTP Method: GET

      Parameter Order: rootDomain

      Path: v1/acmeChallengeSets/{rootDomain}

      Flat Path: v1/acmeChallengeSets/{rootDomain}

      Parameters:

        rootDomain

          Type: string

          Location: path

          Required: Yes

          Description: Required. SLD + TLD domain name to list challenges. For example, this would be "google.com" for any FQDN under "google.com". That includes challenges for "subdomain.google.com". This MAY be Unicode or Punycode.

      Description: Gets the ACME challenge set for a given domain name. Domain names must be provided in Punycode.