URL health check
New-EdgeDiagnosticsURLHealthCheck
Synopsis
Run the URL health check.
Syntax
New-EdgeDiagnosticsURLHealthCheck -URL <String> [-EdgeLocationID <String>] [-IPVersion <String>] [-PacketType <String>] [-Port <Int32>] [-QueryType <String>] [-RequestHeaders <String>] [-RunFromSiteshield] [-SensitiveRequestHeaderKeys <String>] [-SpoofEdgeIP <String>] [-ViewsAllowed <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-EdgeDiagnosticsURLHealthCheck -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Launches an asynchronous request to run in parallel the New-EdgeDiagnosticsGrep
, New-EdgeDiagnosticsDig
, New-EdgeDiagnosticsCurl
, New-EdgeDiagnosticsMTR
, and Get-EdgeDiagnosticsURLTranslation
operations for a URL.
Operations with the executionStatus
of SUCCESS
return the fetched GREP, DIG, cURL, and MTR data as well as Akamaized URL (ARL) details.
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. |
‑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 |
‑QueryType |
The DNS record type you want to get. Possible values are: |
‑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 |
‑ViewsAllowed |
Additional operations for the URL health check to run. |
Related Links
Updated 11 days ago