Perform Office 365 Sharepoint Backup
Select
SaaS
Customer Managed
Perform Office 365 Sharepoint Backup
Path Parameters
- appId int32 required
Commvault Sharepoint app id
Query Parameters
- backupType string required
Possible values: [
CUSTOM_BACKUP
,APP_LEVEL_BACKUP
]
- application/json
Request Body
- MOD1
- MOD2
- totalRunningTime int64
Total running time of the backup in minutes
- sites object[]
- totalRunningTime int64
Total running time of the backup in minutes
- type string required
Possible values: [
ALL_SITES
,SITES_BACKED_UP_RECENTLY
,SITES_NEVER_BACKED_UP
,SITES_NOT_BACKED_UP_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...