Edge hostname

Set-EdgeHostname

Synopsis

Update an edge hostname.

Syntax

Set-EdgeHostname [-RecordName] <String> [-DNSZone] <String> [-Attribute] <String> [-Value] <String> [[-Comments] <String>] [[-StatusUpdateEmail] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Updates the -TTL or -IPVersionBehavior for an existing edge hostname.

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.

‑Attribute
Required

An attribute to update. Currently only the ttl or ipVersionBehavior can be edited with this command.

‑Comments

Filters by comments value.

‑DNSZone
Required

Filters by dnsZone value.

‑EdgeRCFile

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

‑RecordName
Required

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

‑Section

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

‑StatusUpdateEmail

An email address that should receive updates on the change request. To specify more than one email address use a single comma-separated set of addresses, or repeat the parameter with each address.

‑Value
Required

The value of the -Attribute to update, for example, for ttl this value might be 60.

Related Links