PATH:
usr
/
local
/
jetapps
/
var
/
lib
/
aws
/
lib
/
python2.7
/
site-packages
/
awscli
/
examples
/
cloudwatch
**To list the metrics for Amazon EC2** The following example uses the ``list-metrics`` command to list the metrics for Amazon SNS.:: aws cloudwatch list-metrics --namespace "AWS/SNS" Output:: { "Metrics": [ { "Namespace": "AWS/SNS", "Dimensions": [ { "Name": "TopicName", "Value": "NotifyMe" } ], "MetricName": "PublishSize" }, { "Namespace": "AWS/SNS", "Dimensions": [ { "Name": "TopicName", "Value": "CFO" } ], "MetricName": "PublishSize" }, { "Namespace": "AWS/SNS", "Dimensions": [ { "Name": "TopicName", "Value": "NotifyMe" } ], "MetricName": "NumberOfNotificationsFailed" }, { "Namespace": "AWS/SNS", "Dimensions": [ { "Name": "TopicName", "Value": "NotifyMe" } ], "MetricName": "NumberOfNotificationsDelivered" }, { "Namespace": "AWS/SNS", "Dimensions": [ { "Name": "TopicName", "Value": "NotifyMe" } ], "MetricName": "NumberOfMessagesPublished" }, { "Namespace": "AWS/SNS", "Dimensions": [ { "Name": "TopicName", "Value": "CFO" } ], "MetricName": "NumberOfMessagesPublished" }, { "Namespace": "AWS/SNS", "Dimensions": [ { "Name": "TopicName", "Value": "CFO" } ], "MetricName": "NumberOfNotificationsDelivered" }, { "Namespace": "AWS/SNS", "Dimensions": [ { "Name": "TopicName", "Value": "CFO" } ], "MetricName": "NumberOfNotificationsFailed" } ] }
[-] put-metric-alarm.rst
[edit]
[-] delete-alarms.rst
[edit]
[+]
..
[-] describe-alarm-history.rst
[edit]
[-] put-metric-data.rst
[edit]
[-] set-alarm-state.rst
[edit]
[-] get-metric-statistics.rst
[edit]
[-] describe-alarms-for-metric.rst
[edit]
[-] list-metrics.rst
[edit]
[-] disable-alarm-actions.rst
[edit]
[-] describe-alarms.rst
[edit]
[-] enable-alarm-actions.rst
[edit]