Origins

Get-CloudwrapperOrigin

Synopsis

List origins.

Syntax

Get-CloudwrapperOrigin [-PropertyID] <Int32> [-ContractID] <String> [-GroupID] <Int32> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Returns a list of origin servers configured in eligible delivery properties. Response data is pulled from the property as it is shown in the Property API. At least one origin server entry is shown at the top level for the default rule. If additional origin servers are set in child-level rules in the same property, they're revealed at a lower level.

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.

‑ContractID
Required

Your contract's ID.

‑EdgeRCFile

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

‑GroupID
Required

Your group's ID. You can find this with the Get-Property command in the Akamai.Property module.

‑PropertyID
Required

Your property's ID. You can find this with the Get-Property command in the Akamai.Property module.

‑Section

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

Related Links