Traffic report per property

Get-GTMTrafficPerProperty

Synopsis

Get a traffic report per property.

Syntax

Get-GTMTrafficPerProperty [-DomainName] <String> [-PropertyName] <String> [-Start] <String> [-End] <String> [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Retrieves a report for a given domain and property on the DNS requests received in each five-minute period. Requests are broken down by data center.

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.

‑DomainName
Required

The full GTM domain name.

‑EdgeRCFile

Your EdgeGrid resource file to authenticate your command. Defaults to ~/.edgerc.

‑End
Required

The end date of the report, in ISO 8601 format of YYYY-MM-DDThh:mm:ssZ in UTC time.

‑PropertyName
Required

The name of Traffic Management property.

‑Section

The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to default.

‑Start
Required

The start date of the report, in ISO 8601 format of YYYY-MM-DDThh:mm:ssZ in UTC time.

Related Links