Upload metrics
Get-DataStreamMetrics
Synopsis
View upload metrics.
Syntax
Get-DataStreamMetrics [[-StreamID] <Int32>] [-StreamType <String>] [-Start] <String> [-End] <String> [[-GroupID] <Int32>] [[-AggregationInterval] <String>] [-IncludeDetails] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Returns aggregated metrics for log file uploads, including success or failure upload counts, upload latency, and the volume of data uploaded in the stream.
Set the Start and End dates to get metrics from a specific time range, and AggregationInterval to group data by time intervals.
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. |
‑AggregationInterval | Specifies the time interval for metrics aggregation, either 5 minutes, an hour, or 24 hours. If omitted, this operation returns the metrics grouped in hourly intervals. |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑EndRequired | Specifies the end of the time range for the metrics in ISO 8601 format. Set this no more than seven days after the |
‑GroupID | Your group's ID. |
‑IncludeDetails | Retrieve detailed metrics. If absent, this operation returns only the |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑StartRequired | Specifies the beginning of the time range for the metrics in ISO 8601 format. Set this no more than seven days before the |
‑StreamID | Your stream's ID. |
Related Links
Updated 7 days ago
