Skip to main content

Add Export To Exportset Container For All Items

This operation adds a newly created export to an exportset container - For selecting all items.

Request Body
  • searchRequest string
  • restoreType integer
  • eContext integer
  • downLoadDesc string
  • userInfo object
  • userGuid string
  • downloadContainer object
  • capabilities integer
  • containerFullName string
  • containerType integer
  • createTime integer
  • containerName string
  • deDuplicateFields string
  • containerOwnerType integer
  • comment string
  • attribute integer
  • containerId integer
  • containerGuid string
  • ownerInfo object
  • aliasName string
  • userGuid string
  • userName string
  • options object
  • folderHierarchy boolean
  • zipEML boolean
  • restrictExportSize boolean
Responses

OK


Schema
  • startPowerRestoreRespData object[]
  • jobId integer
POST /restoreall    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
Body

{
"searchRequest": "string",
"restoreType": 0,
"eContext": 0,
"downLoadDesc": "string",
"userInfo": {
"userGuid": "string"
},
"downloadContainer": {
"capabilities": 0,
"containerFullName": "string",
"containerType": 0,
"createTime": 0,
"containerName": "string",
"deDuplicateFields": "string",
"containerOwnerType": 0,
"comment": "string",
"attribute": 0,
"containerId": 0,
"containerGuid": "string",
"ownerInfo": {
"aliasName": "string",
"userGuid": "string",
"userName": "string"
}
},
"options": {
"folderHierarchy": true,
"zipEML": true,
"restrictExportSize": true
}
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/RestoreAll' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"searchRequest": "string",
"restoreType": 0,
"eContext": 0,
"downLoadDesc": "string",
"userInfo": {
"userGuid": "string"
},
"downloadContainer": {
"capabilities": 0,
"containerFullName": "string",
"containerType": 0,
"createTime": 0,
"containerName": "string",
"deDuplicateFields": "string",
"containerOwnerType": 0,
"comment": "string",
"attribute": 0,
"containerId": 0,
"containerGuid": "string",
"ownerInfo": {
"aliasName": "string",
"userGuid": "string",
"userName": "string"
}
},
"options": {
"folderHierarchy": true,
"zipEML": true,
"restrictExportSize": true
}
}'