reporting.exporters.exporter_schemas

Get the schemas for all the reporting export types we support with their respective attributes required for successfully exporting reporting metrics to them.

Type: object

Type: array
No Additional Items

Result

Type: array of object

Array of available exporter schema definitions.

No Additional Items
Each item of this array must be:

ReportingExporterSchema

Type: object
No Additional Properties

Key

Type: string

Unique key identifying the exporter type.

Schema

Type: array of object

Array of attribute definitions for this exporter type.

No Additional Items
Each item of this array must be:

ReportingExporterAttributeSchema

Type: object

Name

Type: string

Internal name of the exporter attribute.

Title

Type: string

Human-readable title for the attribute.

Required

Type: boolean

Whether this attribute is required for the exporter configuration.

Additional Properties of any type are allowed.

Type: object


Required roles: REPORTING_READ