Proxy
Synopsis
Create a proxy.
Syntax
New-EDNSProxy -ContractID <String> -GroupID <Int32> -Name <String> -OriginNameServers <String[]> [-ZoneTransferNameServers <String[]>] -HealthCheckRecordType <String> [-HealthCheckRecordName <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]New-EDNSProxy -ContractID <String> -GroupID <Int32> -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Creates a new proxy.
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. |
‑BodyConditionally required | A request body, either as a |
‑ContractIDRequired | Your contract's ID. |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑GroupIDRequired | Your group's ID. |
‑HealthCheckRecordName | Name of health check record. A null value indicates the record is at the apex of the zone. |
‑HealthCheckRecordTypeConditionally required | The health check record's DNS record type. |
‑NameConditionally required | A domain name, including the parent zone. |
‑OriginNameServersConditionally required | The names or addresses of the master name servers to protect. |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑ZoneTransferNameServers | The names or addresses to perform outbound zone transfers with |
Related Links
Updated 11 days ago
