查看 Apigee Edge 說明文件。
前往
Apigee X說明文件。 資訊
2020 年 2 月 27 日星期四,我們開始發布適用於公有雲的新版 Apigee API Monitoring。
新功能
這個版本加入了下列新功能。
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 物件格式,請參閱 Webhook 物件格式。 物件的完整說明