aws cloudwatch describe-alarms-for-metric

Retrieves the alarms for the specified metric. To filter the results, specify a statistic, period, or unit. This operation retrieves only standard alarms that are based on the specified metric. It does not return alarms based on math expressions that use the specified metric, or composite alarms that use the specified metric

Options

NameDescription
--metric-name <string>The name of the metric
--namespace <string>The namespace of the metric
--statistic <string>The statistic for the metric, other than percentiles. For percentile statistics, use ExtendedStatistics
--extended-statistic <string>The percentile statistic for the metric. Specify a value between p0.0 and p100
--dimensions <list...>The dimensions associated with the metric. If the metric has any associated dimensions, you must specify them in order for the call to succeed
--period <integer>The period, in seconds, over which the statistic is applied
--unit <string>The unit for the metric
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command