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 |
‑GroupID |
Your group's ID. |
‑IncludeCurl |
Includes |
‑IncludeDig |
Includes |
‑IncludeMTR |
Includes |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
Related Links
Updated 19 days ago