Zum Hauptinhalt springen

Set a record set on a DNS Zone to managed

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

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