Image
Get-IVMImage
Synopsis
Get an image.
Syntax
Get-IVMImage -PolicySetID <String> -Network <String> [-PolicyID <String>] [-Limit <Int32>] [-URL <String>] [-ContractID <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-IVMImage -PolicySetID <String> -Network <String> [-ImageID <String>] [-ContractID <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Gets a specific image by its ID.
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 |
‑ImageID |
The ID of the image. This ID usually represents the part of the URL after the scheme, host, and port. |
‑Limit |
The maximum number of logs per day. |
‑Network Required |
A type of network to execute the API request on, either |
‑PolicyID |
Your image or video policy's ID. To get a policy's ID, run |
‑PolicySetID Required |
Your policy set's ID. |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑URL |
Limits search results to a specific image or video URL. |
Related Links
Updated 19 days ago