INPUT_OBJECT

GetRecoveryAnalysisResultReq

Description

Request message for retrieving O365 recovery analysis results. This retrieves the analysis of O365 activity data (Exchange, OneDrive, SharePoint) for a given taskchain, providing per-user statistics and aggregate summaries.

link GraphQL Schema definition

  • input GetRecoveryAnalysisResultReq {
  • # The O365 group ID.
  • groupId: String
  • # The ID of the recovery analysis taskchain.
  • taskchainId: UUID
  • }

link Require by