monitoringartist / grafana-aws-cloudwatch-dashboards

:cloud: 40+ Grafana dashboards for AWS CloudWatch metrics: EC2, Lambda, S3, ELB, EMR, EBS, SNS, SES, SQS, RDS, EFS, ElastiCache, Billing, API Gateway, VPN, Step Functions, Route 53, CodeBuild, ...
https://grafana.com/orgs/monitoringartist/dashboards
GNU General Public License v3.0
2.05k stars 790 forks source link

plugins, datasource no longer required #80

Closed shubhamc183 closed 4 years ago

shubhamc183 commented 4 years ago

Minor: https://github.com/monitoringartist/grafana-aws-cloudwatch-dashboards/issues/76

Also, shall I change /api/dashboards/import to /api/dashboards/db as this works and official documentation says so.

I couldn't find any documentation saying to use this /api/dashboards/import.

jangaraj commented 4 years ago

Thanks.

/api/dashboards/import is for the "UI" import - it is not documented, because it isn't official public API for the users. So for /api/dashboards/db you need API export, which has slightly different data model than you will get from the UI.