<ph type="x-smartling-placeholder"></ph>
現在、Apigee Edge のドキュメントが表示されています。
Apigee X のドキュメント。 詳細
2020 年 2 月 27 日(木曜日)、Apigee API Monitoring for Public Cloud の新バージョンのリリースを開始しました。
リリース番号についてをご覧ください。 では リリース番号を比較して その判断方法を確認できます
質問または問題こちらからヘルプをご利用ください。
リリース通知: http://status.apigee.com に移動します。 [Subscribe to Updates] をクリックします。
新機能
このリリースでは、以下の新機能が追加されました。
Webhook 通知オブジェクトの新しい形式
アラート通知の宛先として Webhook URL を指定した場合、オブジェクトは
新しいプロパティ thresholdViolationsFormatted
が追加されます。「
thresholdViolationsFormatted
プロパティには、アラートを記述するオブジェクトが含まれます。
この新しいプロパティは、既存の thresholdViolations
プロパティに追加されるものです。
thresholdViolations
プロパティには、アラートの詳細を含む単一の文字列が含まれます。
通常は、デコードが簡単な thresholdViolationsFormatted
プロパティを使用します。
たとえば、アラートの thresholdViolations
プロパティには次の形式の文字列が含まれます。
"thresholdViolations":{ "Count0": "Duration=5 minutes Region=us-east1 Status Code=2xx Proxy=test-app Violation=sustained above 1.0" }
一方、新しい thresholdViolationsFormatted
プロパティには、次の形式のオブジェクトが含まれます。
"thresholdViolations": [ { "metric": "count", "duration": "5 minutes", "region": "us-east1", "statusCode": "2xx", "proxy": "test-app", "violation": "sustained above 1.0" }
詳細については、Webhook オブジェクトの形式をご覧ください。 オブジェクトの完全な説明です。