Microsoft graph api 订阅MSGraph beta端点上的组资源时出错

Microsoft graph api 订阅MSGraph beta端点上的组资源时出错,microsoft-graph-api,webhooks,Microsoft Graph Api,Webhooks,调用MSGraph beta端点订阅资源“组”时出现500内部错误 答复: { "error": { "code": "ExtensionError", "message": "Operation: Create; Exception: [Status Code: InternalServerError; Reason: Internal Server Error]", "innerError": { "request-id": "fd08e940-bf5

调用MSGraph beta端点订阅资源“组”时出现500内部错误

答复:

{
  "error": {
    "code": "ExtensionError",
    "message": "Operation: Create; Exception: [Status Code: InternalServerError; Reason: Internal Server Error]",
    "innerError": {
      "request-id": "fd08e940-bf54-44e4-bac8-aa3e53995e0d",
      "date": "2018-01-11T05:07:43"
    }
  }
}

request-id: fd08e940-bf54-44e4-bac8-aa3e53995e0d
x-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"Australia SouthEast","Slice":"SliceA","Ring":"2","ScaleUnit":"000","Host":"AGSFE_IN_1","ADSiteName":"MEL"}}
还有几点注意:

  • 调用了我的notificationUrl,我返回了一个validationToken。当我不返回令牌时,订阅将失败并进行正确的检查
  • 我的过期日期时间,如果设置超过3天,也会由于过期时间过长而失败

  • 看起来webhook几乎已经设置好了,但之后出现了一些问题。

    我们已经确定了问题所在。它应该被修复-请再试一次

    {
      "error": {
        "code": "ExtensionError",
        "message": "Operation: Create; Exception: [Status Code: InternalServerError; Reason: Internal Server Error]",
        "innerError": {
          "request-id": "fd08e940-bf54-44e4-bac8-aa3e53995e0d",
          "date": "2018-01-11T05:07:43"
        }
      }
    }
    
    request-id: fd08e940-bf54-44e4-bac8-aa3e53995e0d
    x-ms-ags-diagnostic: {"ServerInfo":{"DataCenter":"Australia SouthEast","Slice":"SliceA","Ring":"2","ScaleUnit":"000","Host":"AGSFE_IN_1","ADSiteName":"MEL"}}