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 |
‑Comments |
Filters by |
‑CustomTarget |
Filter by |
‑DNSZone Conditionally required |
Filters by |
‑EdgeHostnameID |
Your edge hostname's ID. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑IsEdgeIPBindingEnabled |
Filters by |
‑Map |
Filters by |
‑MapAlias |
Filter by |
‑RecordName Conditionally required |
A record name of the edge hostname, identified as the portion of the edge hostname before the Akamai domain, for example, |
‑RecordNameSubstring |
Filters by domain prefix substring. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑SecurityType |
Filters by |
‑SlotNumber |
Filters by |
‑TTL |
Filters by |
Related Links
Updated about 5 hours ago