通过createdDateTime过滤安全警报时出现意外结果

时间:2019-08-14 08:01:13

标签: microsoft-graph microsoft-graph-security

我在Graph API中看到了来自Microsoft Graph Security Alerts 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中都会发生这种情况。

1 个答案:

答案 0 :(得分:0)

请通过graphsecfeedback_at_microsoft_dot_com与我们联系,其中包含针对createdDateTime过滤器查询显示的租户ID和json警报,以便我们进行进一步调查。