指定したダッシュボードの詳細が表示されます。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cloudwatch/get-dashboard.html
aws cloudwatch get-dashboard 1 |
新機能 Amazon CloudWatch ダッシュボードでの API と CloudFormation のサポート | Amazon Web Services ブログ : http://aws.amazon.com/jp/blogs/news/new-api-cloudformation-support-for-amazon-cloudwatch-dashboards/ |
aws cloudwatch get-dashboard --dashboard-name CloudWatchExample --query 'DashboardBody' --output text |
AWS-native monitoring using CloudWatch Dashboards // Blog about writing and managing microservices : http://blog.envimate.com/aws-native-monitoring-using-cloudwatch-dashboards/ |
aws cloudwatch get-dashboard --dashboard-name test |
【新機能】CloudWatch ダッシュボードAPI | Developers.IO : http://dev.classmethod.jp/cloud/aws/cloudwatch-dashboard-api-using-awscli/ |
aws cloudwatch get-dashboard --dashboard-name YOUR_DASHBOARD |
AWS CLIでCloudWatchのダッシュボードが設定されているかを確認する | ハックノート : http://hacknote.jp/archives/29816/ |