failedRestoreItemsInfo
Information on Microsoft 365 restore failed items.
Arguments
| Argument | Type | Description |
|---|---|---|
| workloadFid (required) | UUID! | The FID of the workload. |
| failedItemsInstanceId (required) | String! | The instance ID corresponding to the failed restore items. |
Returns
Sample
{
"data": {
"failedRestoreItemsInfo": {
"canExportFailedItems": true,
"csvDownloadLink": "https://example.com",
"exportDisabledReason": "ITEMS_COUNT_LIMIT_EXCEEDED",
"totalFailedItemCount": 0,
"failedItems": [
{
"absolutePath": "example-string",
"errorMsg": "example-string",
"itemName": "example-string",
"itemType": "example-string"
}
]
}
}
}