云应用引擎 CAE-查询事件通知规则列表:响应示例

时间:2025-02-27 14:15:37

响应示例

状态码: 200

请求成功。

{
  "api_version": "v1",
  "kind": "NoticeRule",
  "items": [
    {
      "id": "133da017-423c-4e1c-80be-8c8c71c9b84e",
      "name": "test",
      "event_name": "Started",
      "scope": {
        "type": "environments",
        "environments": [
          "f3c12180-b34a-42d8-bb5a-12ba0a6b579e"
        ]
      },
      "trigger_policy": {
        "trigger_type": "immediately"
      },
      "notification": {
        "protocol": "email",
        "endpoint": "123@example.com"
        "template": "ZH"
      },
      "enable": true
    }
  ]
}
support.huaweicloud.com/api-cae/ListNoticeRules.html