Timepicker missing from snaphot via API

Hi,

Let’s try again.

Is there a way to get the time picker to be visible in a snapshot dashboard that is created via the API? Everything else seems to work but the time picker is missing. Is there a parameter or field in the json that we are missing?

We’re now running 4.6.3 (stable Linux).

BR
Panu

Hi,

Save a snapshot in Grafana and check payload in use with chrome dev tools network tab. You should see that there are a timepicker object in dashboard json. You’ll probably need to include this when creating snapshot from API.

Marcus

Hi,

problem solved. We had “originalUrl” missing from the request…

BR Panu