Diagnostic link

New-EdgeDiagnosticsLink

Synopsis

Generate a diagnostic link.

Syntax

attributes-url (Default)

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

attributes-ipa

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

body

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

Account switch key, for use when you have access to multiple accounts and need to specify which one to use. Account switch keys can be found using Get-AccountSwitchKey.

Type: String
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Body

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

Type: Object
Parameter Sets: body
Aliases: None
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-EdgeRCFile

EdgeRC file to authenticate your command. Defaults to ~/.edgerc.

Type: String
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-IPAHostname

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.

Type: String
Parameter Sets: attributes-ipa
Aliases: None
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Note

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

Type: String
Parameter Sets: attributes-url, attributes-ipa
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Section

EdgeRC section to retrieve authentication credentials from. Defaults to default.

Type: String
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-URL

Fully qualified URL you want to get the error statistics for. You need to provide either this value or a CP code.

Type: String
Parameter Sets: attributes-url
Aliases: None
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

System.Object

Outputs

System.Object

Related links