Report
Get-EdgeWorkerReport
Synopsis
Get an EdgeWorker report.
Syntax
__AllParametersets (Default)
Get-EdgeWorkerReport [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>]
[-ProgressAction <ActionPreference>] [<CommonParameters>]
single
Get-EdgeWorkerReport -ReportID <Int32> -EdgeWorker <String> -Start <String> -End <String>
[-EventHandler <String>] [-Status <String>] [-EdgeRCFile <String>] [-Section <String>]
[-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets all EdgeWorker reports or returns an individual report by its ID. If you want to get a specific report, you need to provide other mandatory details, including the start and end date of the report, EdgeWorker ID, and EdgeWorker status.
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
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-EdgeRCFile
EdgeRC file to authenticate your command. Defaults to ~/.edgerc
.
Type: String
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-EdgeWorker
Filter by EdgeWorker ID such as 42
or more specific version such as 42-1.0
.
Type: String
Parameter Sets: single
Aliases: None
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-End
ISO 8601 timestamp indicating the end time of the EdgeWorker report. If not specified, the end time defaults to the current time.
Type: String
Parameter Sets: single
Aliases: None
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-EventHandler
Filter EdgeWorkers by the event that triggers them, either onClientRequest
, onOriginRequest
, onOriginResponse
, onClientResponse
, or responseProvider
.
Type: String
Parameter Sets: single
Aliases:
Accepted values: onClientRequest, onOriginRequest, onOriginResponse, onClientResponse, responseProvider
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-ReportID
Unique identifier of an EdgeWorker report.
Type: Int32
Parameter Sets: single
Aliases: None
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Section
EdgeRC section to retrieve authentication credentials from. Defaults to default
.
Type: String
Parameter Sets: (All)
Aliases: None
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Start
ISO 8601 timestamp indicating the start time of the EdgeWorker report.
Type: String
Parameter Sets: single
Aliases: None
Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Status
Filter by the EdgeWorker status, either success
, genericError
, unknownEdgeWorkerId
, unimplementedEventHandler
, runtimeError
, executionError
, timeoutError
, resourceLimitHit
, cpuTimeoutError
, wallTimeoutError
, initCpuTimeoutError
, or initWallTimeoutError
.
Type: String
Parameter Sets: single
Aliases:
Accepted values: success, genericError, unknownEdgeWorkerId, unimplementedEventHandler, runtimeError, executionError, timeoutError, resourceLimitHit
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
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 6 days ago