Proxy zone

Synopsis

Submit a bulk proxy zone create request.

Syntax

New-EDNSProxyZone -ProxyID <String> -Name <String> -FilterMode <String> [-TSIGKeyAlgorithm <String>] [-TSIGKeyName <String>] [-TSIGKeySecret <String>] [-ApexAlias <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-EDNSProxyZone -ProxyID <String> -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Submits a request to create one or more new Proxy Zones asynchronously.

The request body contains a JSON array.

Each object in the array contains the data necessary to create a proxy zone.

All proxy zones are created on the same contract and group.

An offline task creates the new proxy 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.

‑ApexAlias

An Edge DNS proxy zones apex alias record.

‑Body
Conditionally required

A request body, either as a PSCustomObject or a string. This parameter supports pipelining.

‑EdgeRCFile

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

‑FilterMode
Conditionally required

Limits the proxy zones belonging to the specified filter modes.

‑Name
Conditionally required

A domain name, including the parent zone.

‑ProxyID
Required

The proxy ID you're working with.

‑Section

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

‑TSIGKeyAlgorithm

The algorithm used to encode the TSIG key's secret data.

‑TSIGKeyName

The name of your TSIG key. This is a name that's unique across all of Akamai's customers. Since the key name is treated like a DNS name, the value is lowercase and the server removes any trailing dots.

‑TSIGKeySecret

A Base64-encoded string of data. When decoded, it needs to contain the correct number of bits for the chosen algorithm. If the input is not correctly padded, the server applies the padding.

Related Links