Microsoft graph api 按createdDateTime筛选安全警报时出现意外结果

Microsoft graph api 按createdDateTime筛选安全警报时出现意外结果,microsoft-graph-api,microsoft-graph-security,Microsoft Graph Api,Microsoft Graph Security,我在Graph API中看到Microsoft Graph安全警报API的一些意外行为 按createdDateTime进行筛选时,如果没有预期结果,则返回的是今天的结果,而不是空数组(如预期的那样) 如果筛选器更改为eventDateTime,则返回预期的空数组: /beta/security/alerts?$filter=eventDateTime ge 2020-07-26T18:09:31Z 我在多个帐户上看到了这一点,但在Graph API Explorer中没有看到。 这种情况在b

我在Graph API中看到Microsoft Graph安全警报API的一些意外行为

createdDateTime
进行筛选时,如果没有预期结果,则返回的是今天的结果,而不是空数组(如预期的那样)

如果筛选器更改为
eventDateTime
,则返回预期的空数组:

/beta/security/alerts?$filter=eventDateTime ge 2020-07-26T18:09:31Z
我在多个帐户上看到了这一点,但在Graph API Explorer中没有看到。
这种情况在beta版和v1.0 API中都会发生。

请通过graphsecfeedback\u和microsoft\u dot\u com联系我们,查看createdDateTime筛选器查询的租户ID和json警报,以便我们进一步调查

/beta/security/alerts?$filter=eventDateTime ge 2020-07-26T18:09:31Z