Perform Office 365 Teams Restore
Select
Perform Office 365 Teams Restore
Path Parameters
- appId int32 required
Commvault Teams app id
- application/json
Request Body
- ifFileExists string
Possible values: [
SKIP,UNCONDITIONALLY_OVERWRITE]Default value:
SKIP - deletedItems boolean
Include deleted items on Restore
users object[]
List of Teams Users for Restore
GUID stringname stringdestinationUserInfo object
emailAddress string requiredDestination Onedrive user email address
GUID string requiredDestination Onedrive user GUID
teams object[]
List of Teams for Restore
GUID stringname stringcategory object
GUID stringCustom category GUID(Optional)
conditions object[]
Conditions for custom category.
ruleOperator string requiredPossible values: [
CONTAINS,REGEX,STARTS_WITH,ENDS_WITH,BEFORE,AFTER,ON_OR_BEFORE,ON_OR_AFTER,LESS,GREATER,LESS_THAN_OR_EQUAL_TO,GREATER_THAN_OR_EQUAL_TO,EQUALS,NOT_EQUAL]Operator of the custom category condition.
ruleValue string requiredValue of the custom category condition rule.
ruleName string requiredPossible values: [
TEAM_CREATED_TIME,TEAM_DISPLAY_NAME,TEAM_SMTP_ADDRESS,GROUP_OPEN_EXTENSION]Teams custom category rule name.
openExtensionName stringName value of open extension if rule name is GROUP_OPEN_EXTENSION
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- taskId int32
- jobIds string[]
JobIds for the immediate run request
{
"taskId": 0,
"jobIds": [
"string"
]
}