Apply the DNS fix plan
apply_dns_fixApply a DNS fix plan to a tracked domain by publishing records at the connected registrar. DESTRUCTIVE: it creates/updates/deletes DNS records. Two-step by design — first call get_dns_fix_plan, then pass its connectionId and ops here verbatim. The server re-derives the diff from the latest scan and rejects any op that no longer matches, so an agent can never apply arbitrary records. Requires an owner/admin API key with write or full scope. Re-scan afterward to confirm the fix.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | Yes | The `ops` array from get_dns_fix_plan, passed verbatim. The server validates each op against a freshly recomputed diff before executing. | |
| domain | Yes | Domain name tracked in the account, e.g. example.com. | |
| connectionId | Yes | The connectionId from get_dns_fix_plan. |