8

Is it possible to export or download Datadog dashboards via Datadog REST API?

Export and update of Datadog Monitors works fine. I need the same functionality for dashboards.

RichVel
  • 7,030
  • 6
  • 32
  • 48
Mirko Ebert
  • 1,349
  • 1
  • 18
  • 36
  • 1
    If REST API is not a hard requirement and you just need some script to automate the export, you could give this tool a try: https://github.com/ouyi/dashjson (I am the author). – Yi Ou Apr 12 '19 at 21:40

1 Answers1

8

UPDATED ANSWER:

Still yes.

Docs for new Dashboard endpoint here.


ORIGINAL ANSWER:

Yes.

Docs for screenboards here.

Docs for timeboards here.

stephenlechner
  • 1,836
  • 11
  • 11
  • There is now a Dashboards API endpoint replacing the endpoints for screenboards and timeboards - see the [new API docs](https://docs.datadoghq.com/api/?lang=ruby#dashboards). – RichVel Jul 28 '19 at 08:48
  • Thanks RichVel! I've updated the answer to reflect this new endpoint. Good catch. – stephenlechner Jul 29 '19 at 13:36
  • The new Dashboard link is dead now. Here is a new link. https://docs.datadoghq.com/api/latest/dashboards/#get-a-dashboard – fantapop Aug 22 '23 at 18:10