Skip to main content

Set a record set on a DNS Zone to managed

POST/dns-zones/{dnsZoneId}/record-sets/{recordSet}/actions/set-managed/
v2
POST
dns-set-record-set-managed

This operation can be used to reset DNS records sets to being managed by the mittwald platform.

This affects A, AAAA and MX record sets, which are typically managed by the platform. However, you can override these using the PUT/v2/dns-zones/{dnsZoneId}/record-sets/{recordSet}/ operation.

Request

  • dnsZoneIdstring (uuid)
    required

    The ID of the DNSZone to set a record set to managed for.

  • recordSetstring (one of: a, mx)
    required

    The record set to set to managed.

Responses

application/json

The ID of the Ingress the a-records were set for, or an empty object if mx-records were set.

  • ingressIdstring (uuid)

Usage examples

$ curl \
--fail \
--location \
-X POST \
-d '{}' \
-H "Authorization: Bearer $MITTWALD_API_TOKEN" \
-H 'Content-Type: application/json' \
https://api.mittwald.de/v2/dns-zones/f0f86186-0a5a-45b2-aa33-502777496347/record-sets/a/actions/set-managed