ESI debugger
New-EdgeDiagnosticsESIDebug
Synopsis
Get an ESI debugging report.
Syntax
New-EdgeDiagnosticsESIDebug -URL <String> [-ClientIP <String>] [-ClientRequestHeaders] [-OriginServer <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
New-EdgeDiagnosticsESIDebug -Body <Object> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets a debugging report on the ESI code of your source page and all pages that the source page references.
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. |
‑ClientRequestHeaders |
Custom HTTP headers used in the client's requests. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑OriginServer |
The test origin server where the edge server sends requests instead of the origin server. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑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 8 days ago