Zone to primary

Synopsis

Submit a bulk zone convert primary request.

Syntax

Convert-EDNSZoneToPrimary [-Zone] <String[]> [[-Comment] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Submits an asynchronous request to convert one or more DNS zones to primary.

The request body must be a JSON array, where each object provides the required data for converting a zone.

All zones included in the request must belong to the same contract and group.

The conversion is performed as an offline task.

Use the requestId returned in the response to track the task's progress and retrieve the results upon completion.

Parameters

‑AccountSwitchKey

An account credential key that lets you move between accounts when using an API client enabled for multiple accounts. To find account switch keys, use Get-AccountSwitchKey.

‑Comment

Free-form user comments.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

‑Zone
Required

Your zone's name.

Related Links