Perform Office 365 Exchange Restore
Select
SaaS
Customer Managed
Perform Office 365 Exchange Restore
Path Parameters
- appId int32 required
Commvault Exchange app id
- application/json
Request Body
- MOD1
- MOD2
- ifMessageExists string
Possible values: [
SKIP
,UNCONDITIONALLY_OVERWRITE
]Default value:
SKIP
- deletedItems boolean
Include deleted items on Restore
- matchEmailAddress boolean
Match destination user based on the email address
mailboxes object[]
GUID string requiredname string requiredemailAddress stringEmail Address is needed if matchEmailAddress is set to true.
- ifMessageExists string
Possible values: [
SKIP
,UNCONDITIONALLY_OVERWRITE
]Default value:
SKIP
- deletedItems boolean
Include deleted items on Restore
- matchEmailAddress boolean
Match destination user based on the email address
groups object[]
GUID stringname string
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...