Skip to content

backupO365Team

Take on-demand snapshot for Teams.

Arguments

Argument Type Description
input (required) BackupO365TeamInput! The input for BackupO365Team.

Returns

BatchAsyncJobStatus!

Sample

mutation BackupO365Team($input: BackupO365TeamInput!) {
  backupO365Team(input: $input)
}
{
  "input": {
    "snappableUuids": [
      "00000000-0000-0000-0000-000000000000"
    ]
  }
}
{
  "data": {
    "backupO365Team": {
      "errors": [
        {
          "error": "example-string",
          "rubrikObjectId": "example-string"
        }
      ],
      "jobIds": [
        {
          "jobId": "example-string",
          "rubrikObjectId": "example-string"
        }
      ]
    }
  }
}