Datadog Dashboard [Ex/Im]port Script
I had a need recently to copy a developed dashboard between orgs within Datadog and ran across this Github Gist post that I've wrapped into a shell utility: #!/bin/bash api_key='REPLACEME' app_key='REPLACEME' dash_id=$2 if [[ $1 == "import" ]]; then curl -X POST -H "Content-type: applic...
Continue reading ...