Operations

Get-APIOperations

Synopsis

Search operations.

Syntax

Get-APIOperations [[-QueryType] <String>] [[-ActiveStartTime] <String>] [[-ActiveEndTime] <String>] [-IncludeDetails] [[-EdgeRCFile] <String>] [[-Section] <String>] [[-AccountSwitchKey] <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets a filtered list of operations with their endpoints and resources. Use the -QueryType parameter to filter by the date range or activation status. Note that if -QueryType is set to ACTIVE_WITHIN_DATE_RANGE, you also need to specify the values for the ActiveStartTime and ActiveEndTime parameters.

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.

‑ActiveEndTime

The ISO 8601 timestamp for the end of the date range.

‑ActiveStartTime

The ISO 8601 timestamp for the start of the date range.

‑EdgeRCFile

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

‑IncludeDetails

Includes all the resource and operation details.

‑QueryType

The type of query. Options: ACTIVE, ACTIVE, or ACTIVE.

‑Section

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

Related Links