CA set

Get-METSCASet

Synopsis

Get a CA set.

Syntax

Get-METSCASet [-CASetName <String>] [-ActivatedOn <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-METSCASet [-CASetID <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Lists all CA sets or returns an individual set by its -CASetName or -CASetID.

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.

‑ActivatedOn

Includes CA sets in the response only if any version is active on the staging or production network.

‑CASetID

Your CA set's ID. You typically require this or the -CASetName.

‑CASetName

A human-readable name of the CA set. You typically require this or the -CASetID.

‑EdgeRCFile

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

‑Section

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

Related Links