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.
- FailedRestoreItemInfo!]! : [
- # Total count of failed items encountered.
- Int! :
- # Click the link to download a CSV file containing
- # the Microsoft 365 failed items.
- URL! :
- }