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
- 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[]
groups object[]
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- taskId int32
- jobIds string[]
JobIds for the immediate run request
{
"taskId": 0,
"jobIds": [
"string"
]
}
POST /v4/office365/exchange/:appid/restore
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/Office365/Exchange/:appId/Restore' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"ifMessageExists": "SKIP",
"deletedItems": true,
"matchEmailAddress": true,
"mailboxes": [
{
"GUID": "string",
"name": "string",
"emailAddress": "string"
}
],
"groups": [
{
"GUID": "string",
"name": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/Office365/Exchange/:appId/Restore' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"ifMessageExists": "SKIP",
"deletedItems": true,
"matchEmailAddress": true,
"mailboxes": [
{
"GUID": "string",
"name": "string",
"emailAddress": "string"
}
],
"groups": [
{
"GUID": "string",
"name": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/Office365/Exchange/:appId/Restore' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"ifMessageExists": "SKIP",
"deletedItems": true,
"matchEmailAddress": true,
"mailboxes": [
{
"GUID": "string",
"name": "string",
"emailAddress": "string"
}
],
"groups": [
{
"GUID": "string",
"name": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/Office365/Exchange/:appId/Restore' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"ifMessageExists": "SKIP",
"deletedItems": true,
"matchEmailAddress": true,
"mailboxes": [
{
"GUID": "string",
"name": "string",
"emailAddress": "string"
}
],
"groups": [
{
"GUID": "string",
"name": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/Office365/Exchange/:appId/Restore' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"ifMessageExists": "SKIP",
"deletedItems": true,
"matchEmailAddress": true,
"mailboxes": [
{
"GUID": "string",
"name": "string",
"emailAddress": "string"
}
],
"groups": [
{
"GUID": "string",
"name": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/Office365/Exchange/:appId/Restore' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"ifMessageExists": "SKIP",
"deletedItems": true,
"matchEmailAddress": true,
"mailboxes": [
{
"GUID": "string",
"name": "string",
"emailAddress": "string"
}
],
"groups": [
{
"GUID": "string",
"name": "string"
}
]
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/Office365/Exchange/:appId/Restore' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"ifMessageExists": "SKIP",
"deletedItems": true,
"matchEmailAddress": true,
"mailboxes": [
{
"GUID": "string",
"name": "string",
"emailAddress": "string"
}
],
"groups": [
{
"GUID": "string",
"name": "string"
}
]
}'