2

我在 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 中。

4

1 回答 1

0

请通过 graphsecfeedback_at_microsoft_dot_com 与我们联系,并提供您在 createdDateTime 过滤器查询中看到的租户 ID 和 json 警报,以便我们进一步调查。

于 2019-08-27T21:57:21.983 回答