Change request

Get-EdgeHostnameChangeRequest

Synopsis

Get a change request.

Syntax

Get-EdgeHostnameChangeRequest [-Status <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-EdgeHostnameChangeRequest [-ChangeID <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-EdgeHostnameChangeRequest -RecordName <String> -DNSZone <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets all edge hostname change requests, retrieves a single change by its ID, or lists change requests for a specific edge hostname by record name and DNS zone.

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.

‑ChangeID

Your change request's ID.

‑DNSZone
Conditionally required

Filters by dnsZone value.

‑EdgeRCFile

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

‑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.

‑Section

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

‑Status

The status of change requests to retrieve. The only currently available value is PENDING.

Related Links