Add usage-lead and usage-feature shortcodes to encapsulate the alternating two-column layout, then migrate all ten usage pages (cio, sysadmin, freelance, geek, devops — EN and FR) from raw HTML files to plain Markdown using those shortcodes.
3.2 KiB
+++ title = "happyDomain for DevOps Engineers" description = "Automate DNS management with happyDomain's REST API. Integrate domain operations into your CI/CD pipelines and infrastructure workflows." layout = "usage" +++
{{< usage-lead >}} A REST API and web interface to centralize domain management in the cloud, with suppliers and on premise. {{< /usage-lead >}}
{{< usage-feature title="All your domains' operations accessible via a REST API." image="/img/screenshots/features/rest.png" alt="Our REST API, commented and exposed with Swagger"
}} Everything that's done in the happyDomain web interface can easily be done with the API, in your language of choice.
Our REST API is fully documented, and thanks to Swagger, you can browse it and easily generate a tool using it in any supported language.
See the API documentation and try it out now! {{< /usage-feature >}}
{{< usage-feature title="Forget about the complexity of each hosting company. Take advantage of our unified interface." image="/img/screenshots/domain-abstract.webp" alt="Liste des domaines, regroupés astucieusement par client" flip="true" bg="green"
}} Don't be afraid of discovering a new host. happyDomain manages over 25 hosts worldwide:
- cloud services : Route53, Azure DNS, Google Cloud DNS, DigitalOcean, Linode, Oracle Cloud, ...
- CDN : Akamai Edge DNS, Cloudflare, ...
- registrar : OVH, Gandi, Namecheap, Vultr, ...
- your local setup : BIND, PowerDNS, knot, ...
See the list of supported DNS hosts. {{< /usage-feature >}}
{{< usage-feature title="Respond to all requests with ease." image="/img/screenshots/domain-services.webp" alt="Liste des domaines, regroupés astucieusement par client"
}} A new service? An urgent fix? happyDomain uses simple terminology to stay focused. {{< /usage-feature >}}
{{< usage-feature title="Many tools are already available for you, DevOps." image="/img/screenshots/sdk-python.webp" alt="Python SDK usage" flip="true" bg="plum"
}}
- Ansible collection: add or modify zone records, manage new domains through their registrar, manage happyDomain's users, or deploy happyDomain using the official Ansible collection.
- Python SDK: easily automate all aspects of your domains, with the simplicity of Python.
- and counting…