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. |
‑BodyConditionally required | A request body, either as a |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑FilterModeConditionally required | Limits the proxy zones belonging to the specified filter modes. |
‑NameConditionally required | A domain name, including the parent zone. |
‑ProxyIDRequired | The proxy ID you're working with. |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑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
Updated 11 days ago
