Creates a Custom Report for an Organization. A Custom Report provides Apigee Customers to create custom dashboards in addition to the standard dashboards which are provided. The Custom Report in its simplest form contains specifications about metrics, dimensions and filters. It is important to note that the custom report by itself does not provide an executable entity. The Edge UI converts the custom report definition into an analytics query and displays the result in a chart.
HTTP request
POST https://apigee.googleapis.com/v1/{parent=organizations/*}/reports
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-07 UTC."],[[["This webpage details the process of creating a Custom Report for an organization within Apigee, allowing for the design of custom dashboards beyond the default options."],["The HTTP request to create a Custom Report is a `POST` request to `https://apigee.googleapis.com/v1/{parent=organizations/*}/reports` using gRPC Transcoding syntax."],["The required `parent` path parameter specifies the organization where the Custom Report will be created and requires `apigee.reports.create` IAM permission."],["The request and response bodies are both instances of the `CustomReport` resource."],["Creating a Custom Report requires the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]