CA set deletion requests
Get-METSRemoval
Synopsis
Get a CA set deletion.
Syntax
Get-METSRemoval -CASetName <String> [-DeletionID <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-METSRemoval -CASetID <Int32> [-DeletionID <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Description
Lists CA set deletion requests, or retrieves a specific entry by its -DeletionID
.
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. |
‑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 |
‑DeletionID |
The ID of the deletion request on which to perform the desired operation. |
‑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 |
Related Links
Updated 8 days ago