ChartCacheWarmUpRequestSchema
chart_idintegerrequired
The ID of the chart to warm up cache for
dashboard_idinteger
The ID of the dashboard to get filters for when warming cache
extra_filtersstring
Extra filters to apply when warming up cache
ChartCacheWarmUpRequestSchema
{
"chart_id": 0,
"dashboard_id": 0,
"extra_filters": "string"
}