Report

class Report : KotlinCustomResource

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.

Properties

Link copied to clipboard
val chartType: Output<String>

This field contains the chart type for the report

Link copied to clipboard
val comments: Output<List<String>>

Legacy field: not used. This field contains a list of comments associated with custom report

Link copied to clipboard
val createdAt: Output<String>

Unix time when the app was created json key: createdAt

Link copied to clipboard
val dimensions: Output<List<String>>

This contains the list of dimensions for the report

Link copied to clipboard
val displayName: Output<String>

This is the display name for the report

Link copied to clipboard
val environment: Output<String>

Environment name

Link copied to clipboard
val filter: Output<String>

This field contains the filter expression

Link copied to clipboard
val fromTime: Output<String>

Legacy field: not used. Contains the from time for the report

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastModifiedAt: Output<String>

Modified time of this entity as milliseconds since epoch. json key: lastModifiedAt

Link copied to clipboard
val lastViewedAt: Output<String>

Last viewed time of this entity as milliseconds since epoch

Link copied to clipboard
val limit: Output<String>

Legacy field: not used This field contains the limit for the result retrieved

Link copied to clipboard

This contains the list of metrics

Link copied to clipboard
val name: Output<String>

Unique identifier for the report T his is a legacy field used to encode custom report unique id

Link copied to clipboard
val offset: Output<String>

Legacy field: not used. This field contains the offset for the data

Link copied to clipboard
val organization: Output<String>

Organization name

Link copied to clipboard
val organizationId: Output<String>
Link copied to clipboard

This field contains report properties such as ui metadata etc.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sortByCols: Output<List<String>>

Legacy field: not used much. Contains the list of sort by columns

Link copied to clipboard
val sortOrder: Output<String>

Legacy field: not used much. Contains the sort order for the sort columns

Link copied to clipboard
val tags: Output<List<String>>

Legacy field: not used. This field contains a list of tags associated with custom report

Link copied to clipboard
val timeUnit: Output<String>

This field contains the time unit of aggregation for the report

Link copied to clipboard
val topk: Output<String>

Legacy field: not used. This field contains the top k parameter value for restricting the result

Link copied to clipboard
val toTime: Output<String>

Legacy field: not used. Contains the end time for the report

Link copied to clipboard
val urn: Output<String>