Diagnostic data for group

Get-EdgeDiagnosticsGroup

Synopsis

Get diagnostic data for an end-user group.

Syntax

Get-EdgeDiagnosticsGroup [[-GroupID] <String>] [-IncludeCurl] [-IncludeDig] [-IncludeMTR] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets collected diagnostic data for a specific group. You can also request additional cURL, DIG, and MTR data. To retrieve the group ID, run the Get-Group operation.

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.

‑GroupID

Your group's ID.

‑IncludeCurl

Includes curl results in the response.

‑IncludeDig

Includes dig results in the response.

‑IncludeMTR

Includes MTR results in the response.

‑Section

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

Related Links