我在 Graph API 中看到来自 Microsoft Graph 安全警报 API 的一些意外行为。
当按 过滤createdDateTime
时,如果没有预期结果,它将返回今天的结果而不是空数组(如预期的那样)。
/beta/security/alerts?$filter=createdDateTime ge 2020-07-26T18:09:31Z
如果过滤器更改为eventDateTime
,则返回预期的空数组:
/beta/security/alerts?$filter=eventDateTime ge 2020-07-26T18:09:31Z
我在多个帐户上看到了这一点,但在 Graph API Explorer 中没有。这发生在 beta 和 v1.0 API 中。