Create Backup Set
This operation creates a backup set.
- application/json
Request Body required
association object
entity object[]
clientName string requiredName of the client
backupsetName string requiredThe name of the backup set.
instanceName string requiredDefault value:
DefaultInstanceName
The name of the instance, for example: DefaultInstanceName
appName string requiredPossible values: [
Exchange Database
,File System
,MySQL
,NAS
,Notes Database
,Oracle
,Oracle RAC
,PostgreSQL
,SAP for MAX DB
,SAP for Oracle
,SQL Server
,Sybase Database
,Virtual Server
]The name of the application.
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
processinginstructioninfo object
attributes object[]
name stringvalue stringresponse object[]
errorCode integerentity object
srmReportSet integerInternal Field
type integerapplicationId integerApplication ID
backupsetId integerBackupSet ID created
srmReportType integerclientSidePackage booleanclientId integerClient ID
_type_ integerInternal Field
consumeLicense boolean
{
"processinginstructioninfo": {
"attributes": [
{
"name": "string",
"value": "string"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"srmReportSet": 0,
"type": 0,
"applicationId": 0,
"backupsetId": 0,
"srmReportType": 0,
"clientSidePackage": true,
"clientId": 0,
"_type_": 0,
"consumeLicense": true
}
}
]
}
{
"processinginstructioninfo": {
"attributes": [
{
"name": "exitval",
"value": "0"
}
]
},
"response": [
{
"errorCode": 0,
"entity": {
"srmReportSet": 0,
"type": 0,
"applicationId": 33,
"backupsetId": 231,
"srmReportType": 0,
"clientSidePackage": true,
"clientId": 2,
"_type_": 0,
"consumeLicense": true
}
}
]
}
Loading...