Skip to content

o365SharepointSite

Details for the SharePoint site corresponding to the site ID.

Arguments

Argument Type Description
siteFid (required) UUID! The fid for the site.

Returns

O365Site!

Sample

query O365SharepointSite($siteFid: UUID!) {
  o365SharepointSite(siteFid: $siteFid) {
    authorizedOperations
    hierarchyLevel
    id
    isRansomwareInvestigationEnabled
    isRelic
    name
    numWorkloadDescendants
    objectId
    objectType
    onDemandSnapshotCount
    parentId
    preferredDataLocation
    rscPendingObjectPauseAssignment
    siteChildId
    slaAssignment
    slaPauseStatus
    title
    url
  }
}
{
  "siteFid": "00000000-0000-0000-0000-000000000000"
}
{
  "data": {
    "o365SharepointSite": {
      "authorizedOperations": [
        "ACCESS_CDM_CLUSTER"
      ],
      "hierarchyLevel": 0,
      "id": "00000000-0000-0000-0000-000000000000",
      "isRansomwareInvestigationEnabled": true,
      "isRelic": true,
      "name": "example-string",
      "allOrgs": [
        {
          "allUrls": [
            "example-string"
          ],
          "allowedClusters": [
            "example-string"
          ],
          "authDomainConfig": "ALLOW_AUTH_DOMAIN_CONTROL",
          "crossAccountCapabilities": [
            "CROSS_ACCOUNT_CAPABILITY_UNSPECIFIED"
          ],
          "description": "example-string",
          "fullName": "example-string"
        }
      ],
      "allTags": [
        {
          "description": "example-string",
          "id": "example-string",
          "isArchived": true,
          "key": "example-string",
          "lastModified": "example-string",
          "name": "example-string"
        }
      ]
    }
  }
}