Datacenter latency
Get-GTMDatacenterLatency
Synopsis
Report latency per data center.
Syntax
Get-GTMDatacenterLatency [-DomainName] <String> [-DatacenterID] <Int32> [-Start] <String> [-End] <String> [[-Latency] <String>] [[-Loss] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets a collection of reports representing latency and loss of ping data as reported by network agents in each data center for a property. The -Latency
and -Loss
parameters follow the bucket range schema. The range values are separated by a pipe (|
).
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. |
‑DatacenterID Required |
A numeric D of the data center. |
‑DomainName Required |
The full GTM domain name. |
‑EdgeRCFile |
Your EdgeGrid resource file to authenticate your command. Defaults to |
‑End Required |
The end date of the report, in ISO 8601 format of |
‑Latency |
The Latency Bucket Schema. |
‑Loss |
The Loss Bucket Schema. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑Start Required |
The start date of the report, in ISO 8601 format of |
Related Links
Updated 6 days ago