Edge hostname

Get-EdgeHostname

Synopsis

Get an edge hostname.

Syntax

Get-EdgeHostname [-DNSZone <String>] [-ChinaCDNEnabled] [-Comments <String>] [-CustomTarget <String>] [-IsEdgeIPBindingEnabled] [-Map <String>] [-MapAlias <String>] [-RecordNameSubstring <String>] [-SecurityType <String>] [-SlotNumber <Int32>] [-TTL <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-EdgeHostname [[-EdgeHostnameID] <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-EdgeHostname -RecordName <String> -DNSZone <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets all edge hostnames or returns a specific edge hostname by its ID or a combination of its record name and DNS zone.

For an edge hostname of example.com.edgesuite.net, the record name would be example.com and the DNS zone would be edgesuite.net.

When listing all edge hostnames, you can filter the results by various parameters, including -DNSZone, -Map, -SlotNumber, and others.

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.

‑ChinaCDNEnabled

Filters by chinaCdnEnabled status.

‑Comments

Filters by comments value.

‑CustomTarget

Filter by customTarget value.

‑DNSZone
Conditionally required

Filters by dnsZone value.

‑EdgeHostnameID

Your edge hostname's ID.

‑EdgeRCFile

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

‑IsEdgeIPBindingEnabled

Filters by isEdgeIPBindingEnabled status.

‑Map

Filters by map value.

‑MapAlias

Filter by mapAlias value.

‑RecordName
Conditionally required

A record name of the edge hostname, identified as the portion of the edge hostname before the Akamai domain, for example, edgesuite.net.

‑RecordNameSubstring

Filters by domain prefix substring.

‑Section

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

‑SecurityType

Filters by securityType value, either STANDARD-TLS or ENHANCED-TLS.

‑SlotNumber

Filters by slotNumber value.

‑TTL

Filters by ttl setting, in seconds.

Related Links