OBJECT

FailedRestoreItemsInfoReply

Description

Represents information on Microsoft 365 restore failed items performed by Rubrik.

link GraphQL Schema definition

  • type FailedRestoreItemsInfoReply {
  • # A collection of up to 20 failed items.
  • failedItems: [FailedRestoreItemInfo!]!
  • # Total count of failed items encountered.
  • totalFailedItemCount: Int!
  • # Click the link to download a CSV file containing
  • # the Microsoft 365 failed items.
  • csvDownloadLink: URL!
  • }

link Require by