CA set version
Synopsis
Get a version.
Syntax
Get-METSCASetVersion -CASetName <String> [-Version <Int32>] [-IncludeCertificates] [-ActiveVersionsOnly] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Get-METSCASetVersion -CASetID <Int32> [-Version <Int32>] [-IncludeCertificates] [-ActiveVersionsOnly] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Lists all versions of a CA set as identified by its -CASetName or -CASetID, or retrieves an individual version by its -VersionID.
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. |
‑ActiveVersionsOnly | If enabled, the response includes only the versions currently active on either the staging or production network. |
‑CASetIDConditionally required | Your CA set's ID. You typically require this or the |
‑CASetNameConditionally required | A human-readable name of the CA set. You typically require this or the |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑IncludeCertificates | If enabled, the response includes additional certificate data for each version. |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑VersionID | The CA set version's ID on which to perform the desired operation. |
Related Links
Updated 10 days ago
