Error details

Get-IVMErrorDetails

Synopsis

Get error details.

Syntax

Get-IVMErrorDetails [-PolicySetID] <String> [[-PolicyID] <String>] [[-Limit] <Int32>] [[-Url] <String>] [[-Size] <Int32>] [[-TransformationType] <String>] [-Network] <String> [[-ContractID] <String>] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets a list of image or video errors for the transformations requested in the last three days.

Note: If your account has multiple IVM-enabled contracts, you need to specify the contract ID.

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.

‑ContractID

Your contract's ID.

‑EdgeRCFile

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

‑Limit

The maximum number of logs per day.

‑Network
Required

A type of network to execute the API request on, either Staging or Production.

‑PolicyID

Your image or video policy's ID. To get a policy's ID, run Get-IVMPolicy. Use in conjunction with the -Url, -TransformationType, and -Size parameters.

‑PolicySetID
Required

Your policy set's ID.

‑Section

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

‑Size

A size breakpoint, in pixels, configured in the policy. Use in conjunction with the -Url, -TransformationType, and -PolicyID parameters.

‑TransformationType

Filters the results to include transformations done in REALTIME or queued for OFFLINE processing. Use in conjunction with the -Url, -Size, and -PolicyID parameters.

‑Url

Limits search results to a specific image or video URL.

Related Links