【发布时间】:2020-03-26 05:41:51
【问题描述】:
我正在尝试使用 REST API GET 从 Amazon 监控工具 Cloudwatch 检索所有打开的警报(警报)。
虽然 Azure Monitor 有一个非常清晰的 documentation,其中包含警报管理端点: https://management.azure.com/subscriptions/{SubscriptionID}/providers/Microsoft.AlertsManagement/alerts?includeContext=True&api-version=2018-05-05
另一方面,在亚马逊方面。我很困惑。
阅读 Amazon Cloudwatch 文档后。 我知道我需要从 Cloudwatch 警报中提取数据,而不是从 Cloudwatch 日志或 Cloudwatch 事件中提取数据。
但我没有找到相应的端点来使用 REST API Get 从可用的 AWS 服务点检索 Cloudwatch 中所有打开的警报(警报): https://docs.aws.amazon.com/general/latest/gr/rande.html
有人可以解释一下吗?
【问题讨论】:
标签: amazon-web-services amazon-cloudwatch