Perform Office 365 Teams Backup
Select
SaaS
Customer Managed
Perform Office 365 Teams Backup
Path Parameters
- appId int32 required
Commvault Teams app id
- application/json
Request Body
- MOD1
- MOD2
- totalRunningTime int64
Total running time of the backup in minutes
teams object[]
GUID stringname stringusers object[]
Teams Users List
GUID stringname stringcontent object[]
type string requiredPossible values: [
GROUP
,CUSTOM_CATEGORY
]name string requiredName of the Teams Content.
GUID string requiredGUID 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_TEAMS
,TEAMS_BACKED_UP_RECENTLY
,TEAMS_NEVER_BACKED_UP
,TEAMS_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...