get https://example.com/dms/v1/analytics/bi/dashboards//export
Download PDF
Generates PDF file from Grafana's dashboard using dashboard name and dashboard unique id.
Path Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
dashboardUniqueId | string | true | null |
Query Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
from | string | false | null | |
to | string | false | null | |
timezone | string | false | A java time zone supported by the java runtime environment. Will be used for displaying time in the PDF. (default UTC) | Europe/Oslo |
dashboardVariables | object | true | In case the dashboard supports variables pass them here, leave empty if you don’t need variables. | {"var1":"value1","var2":"value2"} |
This API requires PROTECTED_API permission(s).