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 |
‑EdgeHostnameID |
Your edge hostname's ID. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑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 |
‑Options |
Currently, the only supported option is |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated about 9 hours ago