OrganizationsReports
class OrganizationsReports extends Resource (View source)
The "reports" collection of methods.
Typical usage is:
$apigeeService = new Google\Service\Apigee(...);
$reports = $apigeeService->organizations_reports;
Methods
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. (reports.create)
Deletes an existing custom report definition (reports.delete)
Retrieve a custom report definition. (reports.get)
Return a list of Custom Reports (reports.listOrganizationsReports)
Update an existing custom report definition (reports.update)
Details
GoogleCloudApigeeV1CustomReport
create(string $parent, GoogleCloudApigeeV1CustomReport $postBody, array $optParams = [])
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. (reports.create)
GoogleCloudApigeeV1DeleteCustomReportResponse
delete(string $name, array $optParams = [])
Deletes an existing custom report definition (reports.delete)
GoogleCloudApigeeV1CustomReport
get(string $name, array $optParams = [])
Retrieve a custom report definition. (reports.get)
GoogleCloudApigeeV1ListCustomReportsResponse
listOrganizationsReports(string $parent, array $optParams = [])
Return a list of Custom Reports (reports.listOrganizationsReports)
GoogleCloudApigeeV1CustomReport
update(string $name, GoogleCloudApigeeV1CustomReport $postBody, array $optParams = [])
Update an existing custom report definition (reports.update)