CA set activation
Get-METSCASetActivation
Synopsis
Get an activation.
Syntax
Get-METSCASetActivation [-CASetName <String>] [-VersionID <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-METSCASetActivation -CASetName <String> -VersionID <Int32> -ActivationID <Int32> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-METSCASetActivation -CASetID <Int32> -VersionID <Int32> -ActivationID <Int32> [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-METSCASetActivation [-CASetID <Int32>] [-VersionID <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Lists all activations of a CA set as identified by its -CASetName
or -CASetID
, or retrieves an individual activation request by its -ActivationID
.
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. |
‑ActivationID Conditionally required |
The ID of the deployment request on which to perform the desired operation. |
‑CASetID Conditionally required |
Your CA set's ID. You typically require this or the |
‑CASetName Conditionally 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 |
‑Section |
The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑VersionID Conditionally required |
The CA set version's ID on which to perform the desired operation. |
Related Links
Updated 11 days ago