Skip to main content

Create Backup Set

Select

SaaS
Customer Managed

This operation creates a backup set.

More Details

Request Body required
  • association object
  • entity object[]
  • clientName string required

    Name of the client

  • backupsetName string required

    The name of the backup set.

  • instanceName string required

    Default value: DefaultInstanceName

    The name of the instance, for example: DefaultInstanceName

  • appName string required

    Possible 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

OK


Schema
  • processinginstructioninfo object
  • attributes object[]
  • name string
  • value string
  • response object[]
  • errorCode integer
  • entity object
  • srmReportSet integer

    Internal Field

  • type integer
  • applicationId integer

    Application ID

  • backupsetId integer

    BackupSet ID created

  • srmReportType integer
  • clientSidePackage boolean
  • clientId integer

    Client ID

  • _type_ integer

    Internal Field

  • consumeLicense boolean
POST /backupset    

Authorization

type: apiKeyname: Authtokenin: header

Request

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

{
"association": {
"entity": [
{
"clientName": "string",
"backupsetName": "string",
"instanceName": "DefaultInstanceName",
"appName": "Exchange Database"
}
]
}
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Backupset' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"association": {
"entity": [
{
"clientName": "string",
"backupsetName": "string",
"instanceName": "DefaultInstanceName",
"appName": "Exchange Database"
}
]
}
}'