Steps to reproduce:
- Backup a dashboard
- Delete the dashboard in Datadog
- Restore the dashboard in interactive mode
Expected behavior:
- Dashboard gets created in Datadog
- ID updated for local backup
Actual behavior:
- Errors with
the server responded with status 404 (Faraday::ResourceNotFound) when the diff method is called.
This doesn't happen for monitors and synthetics, as they're already handling the 404; however after entering r in the interactive prompt to restore, it errors with the server responded with status 404 (Faraday::ResourceNotFound) in the restore method.
Steps to reproduce:
Expected behavior:
Actual behavior:
the server responded with status 404 (Faraday::ResourceNotFound)when the diff method is called.This doesn't happen for monitors and synthetics, as they're already handling the 404; however after entering
rin the interactive prompt to restore, it errors withthe server responded with status 404 (Faraday::ResourceNotFound)in therestoremethod.