Client list
Synopsis
Create a new client list.
Syntax
New-ClientList -Name <String> -Type <String> -ContractID <String> -GroupID <Int32> [-Items <String>] [-Notes <String>] [-Tags <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]New-ClientList -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Creates a new client list of one of the following types: IP, GEO, ASN, TLS_FINGERPRINT, FILE_HASH, USER_ID, or DOMAIN. You can specify request attributes as individual parameters or provide them all at once with the -Body 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. |
‑BodyConditionally required | A request body, either as a |
‑ContractIDConditionally required | The ID of the contract where you want to create your list. |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑GroupIDConditionally required | The ID of the group where you want to create your list. |
‑Items | The entry values to import into a client list. Can be an array or a comma-separated string. |
‑NameConditionally required | Your client list's name. |
‑Notes | Any additional notes you want to add about your client list. |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑Tags | The tags you want to add to your client list. |
‑TypeConditionally required | Filters the output to lists of specified types: |
Related Links
Updated 3 days ago
