Microsoft Graph · Schema

microsoft.graph.backupRestoreRoot

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Task
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphbackuprestoreroot-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.backupRestoreRoot",
  "title": "microsoft.graph.backupRestoreRoot",
  "allOf": [
    {
      "$ref": "#/components/schemas/microsoft.graph.entity"
    },
    {
      "title": "backupRestoreRoot",
      "required": [
        "@odata.type"
      ],
      "type": "object",
      "properties": {
        "serviceStatus": {
          "anyOf": [
            {
              "$ref": "#/components/schemas/microsoft.graph.serviceStatus"
            },
            {
              "type": "object",
              "nullable": true
            }
          ],
          "description": "Represents the tenant-level status of the Backup Storage service."
        },
        "driveInclusionRules": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.driveProtectionRule"
          },
          "description": "The list of drive inclusion rules applied to the tenant.",
          "x-ms-navigationProperty": true
        },
        "driveProtectionUnits": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.driveProtectionUnit"
          },
          "description": "The list of drive protection units in the tenant.",
          "x-ms-navigationProperty": true
        },
        "driveProtectionUnitsBulkAdditionJobs": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.driveProtectionUnitsBulkAdditionJob"
          },
          "x-ms-navigationProperty": true
        },
        "exchangeProtectionPolicies": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.exchangeProtectionPolicy"
          },
          "description": "The list of Exchange protection policies in the tenant.",
          "x-ms-navigationProperty": true
        },
        "exchangeRestoreSessions": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.exchangeRestoreSession"
          },
          "description": "The list of Exchange restore sessions available in the tenant.",
          "x-ms-navigationProperty": true
        },
        "mailboxInclusionRules": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.mailboxProtectionRule"
          },
          "description": "The list of mailbox inclusion rules applied to the tenant.",
          "x-ms-navigationProperty": true
        },
        "mailboxProtectionUnits": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.mailboxProtectionUnit"
          },
          "description": "The list of mailbox protection units in the tenant.",
          "x-ms-navigationProperty": true
        },
        "mailboxProtectionUnitsBulkAdditionJobs": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.mailboxProtectionUnitsBulkAdditionJob"
          },
          "x-ms-navigationProperty": true
        },
        "oneDriveForBusinessProtectionPolicies": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.oneDriveForBusinessProtectionPolicy"
          },
          "description": "The list of OneDrive for Business protection policies in the tenant.",
          "x-ms-navigationProperty": true
        },
        "oneDriveForBusinessRestoreSessions": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.oneDriveForBusinessRestoreSession"
          },
          "description": "The list of OneDrive for Business restore sessions available in the tenant.",
          "x-ms-navigationProperty": true
        },
        "protectionPolicies": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.protectionPolicyBase"
          },
          "description": "List of protection policies in the tenant.",
          "x-ms-navigationProperty": true
        },
        "protectionUnits": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.protectionUnitBase"
          },
          "description": "List of protection units in the tenant.",
          "x-ms-navigationProperty": true
        },
        "restorePoints": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.restorePoint"
          },
          "description": "List of restore points in the tenant.",
          "x-ms-navigationProperty": true
        },
        "restoreSessions": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.restoreSessionBase"
          },
          "description": "List of restore sessions in the tenant.",
          "x-ms-navigationProperty": true
        },
        "serviceApps": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.serviceApp"
          },
          "description": "List of Backup Storage apps in the tenant.",
          "x-ms-navigationProperty": true
        },
        "sharePointProtectionPolicies": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.sharePointProtectionPolicy"
          },
          "description": "The list of SharePoint protection policies in the tenant.",
          "x-ms-navigationProperty": true
        },
        "sharePointRestoreSessions": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.sharePointRestoreSession"
          },
          "description": "The list of SharePoint restore sessions available in the tenant.",
          "x-ms-navigationProperty": true
        },
        "siteInclusionRules": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.siteProtectionRule"
          },
          "description": "The list of site inclusion rules applied to the tenant.",
          "x-ms-navigationProperty": true
        },
        "siteProtectionUnits": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.siteProtectionUnit"
          },
          "description": "The list of site protection units in the tenant.",
          "x-ms-navigationProperty": true
        },
        "siteProtectionUnitsBulkAdditionJobs": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/microsoft.graph.siteProtectionUnitsBulkAdditionJob"
          },
          "x-ms-navigationProperty": true
        },
        "@odata.type": {
          "type": "string"
        }
      }
    }
  ],
  "x-ms-discriminator-value": "#microsoft.graph.backupRestoreRoot"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/microsoft-graph-microsoftgraphbackuprestoreroot"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.