CA set activities

Get-METSCASetActivities

Synopsis

List CA set activities.

Syntax

Get-METSCASetActivities -CASetName <String> [-Start <String>] [-End <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-METSCASetActivities -CASetID <Int32> [-Start <String>] [-End <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Lists activities on the CA set, sorted reverse chronologically with recent activities first. Apply start and end parameters to specify a time range. Specify only the start or end to include all activities after or before a given time.

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.

‑CASetName
Conditionally required

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.

‑End

Filters out any activities before a given time, expressed as an ISO 8601 timestamp. To specify a fixed time range, pair this with the -Start parameter.

‑Section

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

‑Start

Filters out any activities after a specified time, expressed as an ISO 8601 timestamp. To specify a fixed time range, pair this with the -End parameter.

Related Links