Connectivity problems
New-EdgeDiagnosticsConnectivityProblem
Synopsis
Run the connectivity problems scenario.
Syntax
New-EdgeDiagnosticsConnectivityProblem -URL <String> [-ClientIP <String>] [-EdgeLocationID <String>] [-IPVersion <String>] [-PacketType <String>] [-Port <Int32>] [-RequestHeaders <String>] [-RunFromSiteshield] [-SensitiveRequestHeaderKeys <String>] [-SpoofEdgeIP <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-EdgeDiagnosticsConnectivityProblem -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Launches an asynchronous request to run in parallel the New-EdgeDiagnosticsGrep
and New-EdgeDiagnosticsCurl
operations for a URL. Use the response results to diagnose issues with slow download and high response time. Operations with the executionStatus
of SUCCESS
return the fetched GREP and cURL data.
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. |
‑ClientIP |
A Client IP to filter the logs by. |
‑EdgeLocationID |
The ID of an edge server location closest to end users experiencing issues with the URL. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑IPVersion |
The IP version for the Connectivity problems scenario to use to run cURL and MTR commands, either |
‑PacketType |
The packet type for the Connectivity problems scenario to use to run MTR, either |
‑Port |
The port number for the Connectivity problems scenario to use to run MTR, either |
‑RequestHeaders |
Customized headers for the |
‑RunFromSiteshield |
Runs Connectivity problems from a Site Shield map. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑SensitiveRequestHeaderKeys |
Sensitive |
‑SpoofEdgeIP |
The IP of the edge server you want to serve traffic from. |
‑URL Conditionally required |
A fully qualified URL you want to get the error statistics for. You need to provide either this value or a |
Related Links
Updated 19 days ago