List items

Synopsis

Validate entries from a CSV file.

Syntax

Test-ClientListItem -Items <String[]> -ListType <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Test-ClientListItem -File <String> -ListType <String> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Validates entries either from a CSV file or as inline parameters before creating a client list.

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 ~/.edgerc.

‑File
Conditionally required

A CSV file from which to read list items.

‑Items
Conditionally required

The entry values to import into a client list. Can be an array or a comma-separated string.

‑ListType
Required

Type of your client list, which can be IP, GEO, ASN, TLS_FINGERPRINT, or FILE_HASH.

‑Section

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

Related Links