Reporting group

Get-CPReportingGroup

Synopsis

Get a reporting group.

Syntax

Get-CPReportingGroup [-ContractID <String>] [-GroupID <String>] [-Name <String>] [-CPCodeID <String>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]
Get-CPReportingGroup [-ReportingGroupID <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]

Description

Gets all CP reporting groups or returns a specific CP reporting group by its ID.

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.

‑CPCodeID

Your CP code's ID.

‑ContractID

The ID of the contract to filter data by. Include this optional parameter to narrow down the results to a specific contract only.

‑EdgeRCFile

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

‑GroupID

The ID of the access group to filter data by. Include this optional parameter to narrow down the results to a specific access group only.

‑Name

The name of the CP code to filter data by. Include this optional parameter to narrow down the results to a specific CP code name only.

‑ReportingGroupID

Your reporting group's ID.

‑Section

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

Related Links