Diagnostic link

New-EdgeDiagnosticsLink

Synopsis

Generate a diagnostic link.

Syntax

New-EdgeDiagnosticsLink -URL <String> [-Note <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-EdgeDiagnosticsLink -IPAHostname <String> [-Note <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-EdgeDiagnosticsLink -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Generates a diagnostic link for you to share with your users of a particular URL or IP acceleration hostname experiencing similar issues. After your user clicks the link, the tool gathers necessary diagnostic data and asks them to submit it. Once submitted, you can check the collected data with the Get-EdgeDiagnosticsGroup operation. Each link is valid for 7 days of 50 submissions.

To get the list of IP acceleration hostnames for which you can collect diagnostic data, run the Get-EdgeDiagnosticsIPAHostnames operation first.

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.

‑Body
Conditionally required

Request body, either as a PSCustomObject or string. This parameter supports pipelining.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑IPAHostname
Conditionally required

The IP acceleration hostname you want to collect the diagnostic data for. You need to provide either this value or -URL. To get the available hostnames, run Get-EdgeDiagnosticsIPAHostnames.

‑Note

Notes about the group or issues experienced by the group's end users.

‑Section

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

‑URL
Conditionally required

A fully qualified URL you want to get the error statistics for. You need to provide either this value or a -CPCode.

Related Links