Data set fields

Get-DatastreamDatasets

Synopsis

List data set fields.

Syntax

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

Description

Returns the list of available data set fields you can choose to monitor in your logs in a stream configuration.

Use the logType and productId parameters to get data sets available for a specific log type or product.

Run this operation to get the datasetFieldId and datasetFieldName values you need to create or edit a stream.
Note: for backwards compatibility, LogType defaults to 'cdn'.

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


Did this page help you?