Key collection endpoints

Get-APIKeyCollectionEndpoints

Synopsis

List collection endpoints.

Syntax

Get-APIKeyCollectionEndpoints [-CollectionID] <Int32> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Lists all endpoints assigned to the contract and group where you created the collection. The Akamai.APIDefinitions module manages this operation's response data format.

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.

‑CollectionID
Required

Your collection's ID. Run Get-APIKeyCollection to retrieve collections available to you.

‑EdgeRCFile

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

‑Section

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

Related Links