Skip to main content

Perform Office 365 Exchange Backup

Select

SaaS
Customer Managed

Perform Office 365 Exchange Backup

Path Parameters
  • appId int32 required

    Commvault Exchange app id

Request Body
  • totalRunningTime int32

    Total running time of the backup in minutes

  • mailboxes object[]
  • GUID string
  • name string
  • content object[]
  • type string required

    Possible values: [ALL_MAILBOXES, ALL_PUBLIC_FOLDERS, ALL_OFFICE365_GROUP_MAILBOXES, AD_GROUP, CUSTOM_CATEGORY]

  • name string required

    Name of the Exchange Content. Custom Category name if type is CUSTOM_CATEGORY. AD Group Name if type is AD_GROUP

  • type string

    Possible values: [ALL_MAILBOXES, MAILBOXES_ARCHIVED_RECENTLY, MAILBOXES_NEVER_ARCHIVED, MAILBOXES_NOT_ARCHIVED_RECENTLY]

Responses

OK


Schema
  • taskId int32
  • jobIds string[]

    JobIds for the immediate run request

POST /v4/office365/exchange/:appid/backup    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
appId — path required
Body

{
"totalRunningTime": 0,
"mailboxes": [
{
"GUID": "string",
"name": "string"
}
],
"content": [
{
"type": "ALL_MAILBOXES",
"name": "string"
}
],
"type": "ALL_MAILBOXES"
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/Office365/Exchange/:appId/Backup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"totalRunningTime": 0,
"mailboxes": [
{
"GUID": "string",
"name": "string"
}
],
"content": [
{
"type": "ALL_MAILBOXES",
"name": "string"
}
],
"type": "ALL_MAILBOXES"
}'