Default IP datacenter

New-GTMDefaultDatacenterForIP

Synopsis

Create an IPv4 or IPv6 datacenter for ip-version-selector.

Syntax

New-GTMDefaultDatacenterForIP [-DomainName] <String> [-IPVersion] <String> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Creates a data center for the qtr type, IP Version Selector. When you create the IPv4 data center, it receives the ID of 5401 (the target for the A record requests). Whereas, when you create the IPv6 data center, it receives the ID of 5402 (the target for the AAA record requests).

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.

‑DomainName
Required

The full GTM domain name.

‑EdgeRCFile

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

‑IPVersion
Required

The IP version, either ipv4 or ipv6.

‑Section

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

Related Links