Zone to alias

Synopsis

Submit a bulk zone convert alias request.

Syntax

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

Description

Submits a request to convert one or more zones to alias asynchronously.

The request body contains a JSON array.

Each object in the array contains the data necessary to convert to an alias zone.

All zones are converted on the same contract and group.

An offline task converts the zones.

You can use the response's requestId to check the task's status and view its results once it completes.

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.

‑TargetZoneName
Required

The name of the target zone to which the alias will point.

‑Zone
Required

Your zone's name.

Related Links