Provision state change

New-ChinaCDNProvisionStateChange

Synopsis

Create a new provision state change.

Syntax

New-ChinaCDNProvisionStateChange [-Hostname] <String> [-ForceDeprovision] [-Body] <Object> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Changes your property hostname's current deployment state. For delivery in China, Akamai recommends you map the CNAME of your property hostname to the new *88.net Chinese operational domain that corresponds to your original edge hostname selection. For example, with an example.com.edgesuite.net edge hostname, change the CNAME to example.com.edgesuite88.net.

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.

‑Body
Required

A request body, either as a PSCustomObject or a string. This parameter supports pipelining.

‑EdgeRCFile

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

‑ForceDeprovision

When deprovisioning a property hostname that's mapped to a shared edge hostname, the API responds with an edgehostname-shared error.

To override the error, set the -ForceDeprovision switch. This removes the property hostname from the whitelist without unmapping the edge hostname from it.

To avoid a denial in service once the deprovision is complete, change the current CNAME from the property hostname to the shared edge hostname.

‑Hostname
Required

The fully qualified domain name of the property hostname.

‑Section

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

Related Links