Report
Synopsis
Generate a report.
Syntax
New-Report -Report <String> -ProductFamily <String> -ReportingArea <String> -TimeRange <String> [-Body <Object>] [-Async] [-PageSize <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]New-Report -Report <String> -ProductFamily <String> -ReportingArea <String> -Start <String> -End <String> [-Body <Object>] [-Async] [-PageSize <Int32>] [-EdgeRCFile <String>] [-Section <String>] [-AccountSwitchKey <String>] [-ProgressAction <ActionPreference>] [<CommonParameters>]Description
Produces a report in either JSON or CSV format for a specific version of a report type. While functionally it's identical to the Get-Report operation, this operation specifies all request data as a request body, and therefore, it's better suited for very large datasets.
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. |
‑Async | Enables the asynchronous flow to get the data. By default, |
‑Body | A request body, either as a |
‑EdgeRCFile | Your EdgeGrid resource file to authenticate your command. Defaults to |
‑EndConditionally required | The end of the reported period as an ISO 8601 timestamp with a timezone. Any data that matches the |
‑PageSize | The size of a page in an async query. By default, the page size is the report's maximum number of returned data points, configured by the |
‑ProductFamilyRequired | The area of products. |
‑ReportRequired | An individual report name. |
‑ReportingAreaRequired | The grouping of reports related to the same area. |
‑Section | The section name in your EdgeGrid resource file to retrieve authentication credentials from. Defaults to |
‑StartConditionally required | The start of the reported period as an ISO 8601 timestamp with timezone. |
‑TimeRangeConditionally required | Predefined time range, either |
Related Links
Updated 10 days ago
