我开始使用 Microsoft Graph 威胁评估 API 来报告网络钓鱼网站 URL。
(参考:https ://docs.microsoft.com/en-us/graph/api/informationprotection-post-threatassessmentrequests?view=graph-rest-1.0&tabs=http )
我的用例是通过 Slack 命令自动报告和手动报告。但是限制非常严格,所以我立即得到“429”响应。
"code": "ActivityLimitReached",
"message": "The client application has been throttled for reaching an activity limit. The request may be repeated after a delay, the length of which may be specified in a 'Retry-After' header.",
有谁知道节流的解决方法?据我确认,节流是1 request per 15 minutes (Limit per resource)
默认设置。
(150 requests per 15 minutes (Limit per tenant)
虽然)
参考:https ://docs.microsoft.com/en-us/graph/throttling#information-protection