mon-cmd
Descripción
Muestra todos los demás comandos de CloudWatch. Para obtener ayuda sobre un comando específico, utilice el siguiente comando:
commandname --help
Sintaxis
mon-cmd
Salida
Este comando enumera todos los comandos de Amazon CloudWatch en una tabla.
La CLI de Amazon CloudWatch muestra errores en stderr.
Ejemplos
Solicitud de ejemplo
En este ejemplo se muestra una lista de todos los comandos de Amazon CloudWatch.
mon-cmd
Command Name Description ------------ ----------- help mon-delete-alarms Delete alarms. mon-describe-alarm-history Show the history of alarm transitions and actions taken. mon-describe-alarms List alarms and show detailed alarm configuration. mon-describe-alarms-for-metric Show alarms for a given metric. mon-disable-alarm-actions Disable all actions for a given alarm. mon-enable-alarm-actions Enable all actions for a given alarm. mon-get-stats Get metric statistics. mon-list-metrics List user's metrics. mon-put-data Put metric data. mon-put-metric-alarm Create a new alarm or update an existing one. mon-set-alarm-state Manually set the state of an alarm. mon-version Prints the version of the CLI tool and API. For help on a specific command, type '<commandname> --help'