Data set fields

Get-DatastreamDatasets

Synopsis

Get data set fields.

Syntax

Get-DatastreamDatasets [[-ProductID] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets the list of available data set fields that you can choose to monitor in your logs for a stream configuration. To get the data sets available for a specific product, you need to specify the product ID.

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.

‑ProductID

The product's ID. It allows listing data sets available for that product.

‑Section

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

Related Links