Datacenter latency
Get-GTMDatacenterLatency
Synopsis
Report latency per data center.
Syntax
Get-GTMDatacenterLatency [-DomainName] <String> [-DatacenterID] <String> [-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
Account switch key, for use when you have access to multiple accounts and need to specify which one to use. Run the Get-AccountSwitchKey
command to list the account switch keys available to you.
Type String
Parameter Sets (All)
Aliases None
RequiredFalse
Position8
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-DatacenterID
Numeric id
of the data center.
Type Int
Parameter Sets (All)
Aliases None
RequiredTrue
Position1
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-DomainName
The full GTM domain name.
Type String
Parameter Sets (All)
Aliases None
RequiredTrue
Position0
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-EdgeRCFile
EdgeRC file to authenticate your command. Defaults to ~/.edgerc
.
Type String
Parameter Sets (All)
Aliases None
RequiredFalse
Position6
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-End
End date of report, in ISO 8601 format of YYYY-MM-DDThh:mm:ssZ
in UTC time.
Type String
Parameter Sets (All)
Aliases None
RequiredTrue
Position3
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-Latency
Latency Bucket Schema.
Type String
Parameter Sets (All)
Aliases None
RequiredFalse
Position4
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-Loss
Loss Bucket Schema.
Type String
Parameter Sets (All)
Aliases None
RequiredFalse
Position5
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-Section
EdgeRC section to retrieve authentication credentials from. Defaults to default
.
Type String
Parameter Sets (All)
Aliases None
RequiredFalse
Position7
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
-Start
Start date of report, in ISO 8601 format of YYYY-MM-DDThh:mm:ssZ
in UTC time.
Type String
Parameter Sets (All)
Aliases None
RequiredTrue
Position2
Default value None
Accept pipeline inputFalse
Accept wildcard charactersFalse
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
None
Outputs
System.Object
Related links
Updated about 1 month ago