Perform Office 365 Onedrive Backup
Select
SaaS
Customer Managed
Perform Office 365 Onedrive Backup
Path Parameters
- appId int32 required
Commvault Onedrive app id
- application/json
Request Body
- MOD1
- MOD2
- totalRunningTime int64
Total running time of the backup in minutes
users object[]
GUID stringname stringcontent object[]
type string requiredPossible values: [
ALL_USERS
,GROUP
,CUSTOM_CATEGORY
]name string requiredName of the Onedrive Content.
GUID stringGUID is required if type is CUSTOM_CATEGORY or GROUP
- totalRunningTime int64
Total running time of the backup in minutes
- type string required
Possible values: [
ALL_USERS
,USERS_BACKED_UP_RECENTLY
,USERS_NEVER_BACKED_UP
,USERS_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...