Perform Office 365 Exchange Backup
Select
SaaS
Customer Managed
Perform Office 365 Exchange Backup
Path Parameters
- appId int32 required
Commvault Exchange app id
- application/json
Request Body
- MOD1
- MOD2
- totalRunningTime int64
Total running time of the backup in minutes
mailboxes object[]
GUID stringname stringcontent object[]
type string requiredPossible values: [
ALL_MAILBOXES
,ALL_PUBLIC_FOLDERS
,ALL_OFFICE365_GROUP_MAILBOXES
,AD_GROUP
,CUSTOM_CATEGORY
]name string requiredName of the Exchange Content. Custom Category name if type is CUSTOM_CATEGORY. AD Group Name if type is AD_GROUP
- totalRunningTime int64
Total running time of the backup in minutes
- type string required
Possible values: [
ALL_MAILBOXES
,MAILBOXES_ARCHIVED_RECENTLY
,MAILBOXES_NEVER_ARCHIVED
,MAILBOXES_NOT_ARCHIVED_RECENTLY
]
oneOf
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- taskId int32
- jobIds string[]
JobIds for the immediate run request
{
"taskId": 0,
"jobIds": [
"string"
]
}
Loading...