Edge hostname

Get-PropertyEdgeHostname

Synopsis

Get or list edge hostnames.

Syntax

Get-PropertyEdgeHostname [[-EdgeHostnameID] <String>] -GroupID <String> -ContractId <String> [-Options <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets all edge hostnames available under a given contract and group. To retrieve a specific edge hostname, you need to specify the ID. This operation uses the Property API, and thus its output will differ slightly from the Get-EdgeHostname operation.

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. The parameter is optional if a property belongs to only one contract; otherwise, you need to specify it along with the -GroupID. This parameter is optional except for the create requests.

‑EdgeHostnameID

Your edge hostname's ID.

‑EdgeRCFile

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

‑GroupID
Required

Your group's ID. The parameter is optional if a property belongs to only one group, otherwise you need to specify it along with the -ContractID. This parameter is optional except for the create requests.

‑Options

Currently, the only supported option is mapDetails which enables extra mapping-related information.

‑Section

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

Related Links