Proxy zone

Synopsis

Convert a proxy zone filter mode to automatic.

Syntax

Convert-EDNSProxyZone -ProxyID <String> -Mode <String> -Name <String[]> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Convert-EDNSProxyZone -ProxyID <String> -Mode <String> -Name <String[]> [-ManualFilterNames <String[]>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Convert-EDNSProxyZone -ProxyID <String> -Mode <String> -Name <String[]> -TSIGKeyAlgorithm <String> -TSIGKeyName <String> -TSIGKeySecret <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Converts a proxy zone filter mode to automatic.

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.

‑EdgeRCFile

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

‑ManualFilterNames

Manual filter names.

‑Mode
Required

Mode to convert to, either 'all', 'automatic', 'manual' or 'none'.

‑Name
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
Conditionally required

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

‑TSIGKeyName
Conditionally required

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
Conditionally required

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