Network list
Get-NetworkList
Synopsis
Get a network list.
Syntax
Get-NetworkList [-Extended] [-IncludeElements] [-ListType <String>] [-Search <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-NetworkList [-NetworkListID <String>] [-Extended] [-IncludeElements] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets all network lists or retrieves a specific network list by its ID. When listing all, you can filter the results by name with the -Search
parameter or by type with the -ListType
parameter.
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. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑Extended |
When enabled, provides additional response data identifying who created and updated the list and when, and the network list's deployment status in both |
‑IncludeElements |
When enabled, the response |
‑ListType |
If provided, filters the output to list only the given type of network lists, either |
‑NetworkListID |
Your network list's ID. |
‑Search |
Lists only items that match the specified substring in any network list's name or list of items. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated about 5 hours ago