ChartCacheWarmUpResponseSchema
result object[]
A list of each chart's warmup status and errors if any
Array [
chart_idinteger
The ID of the chart the status belongs to
viz_errorstring
Error that occurred when warming cache for chart
viz_statusstring
Status of the underlying query for the viz
]
ChartCacheWarmUpResponseSchema
{
"result": [
{
"chart_id": 0,
"viz_error": "string",
"viz_status": "string"
}
]
}