The configuration for a print-only report. Specify exactly one of timeframe (for a relative time window) or both from_ts and to_ts (for an absolute time range).

Hierarchy

  • PrintReportRequestAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
fromTs?: number

The start of an absolute time range, as a Unix timestamp in milliseconds. Required when timeframe is omitted.

resourceId: string

The identifier of the dashboard or integration dashboard to render.

The type of dashboard resource the report schedule targets.

templateVariables: ReportScheduleTemplateVariable[]

The dashboard template variables applied when rendering the report.

timeframe?: string

A relative time window (for example 1w or calendar_month). Mutually exclusive with from_ts and to_ts.

timezone: string

The IANA time zone identifier used to evaluate the time window.

toTs?: number

The end of an absolute time range, as a Unix timestamp in milliseconds. Required when timeframe is omitted.

Generated using TypeDoc