Create CDM Plan
Select
SaaS
Customer Managed
Create a CDM Plan
- application/json
Request Body
- planName string required
Name of the new plan
backupDestinations object[] required
rpo object
snapshotOptions object
databaseOptions object
Responses
- 200
- 404
Success
- application/json
- Schema
- Example (from schema)
Schema
plan object
errors object[]
{
"plan": {
"id": 0,
"GUID": "string",
"name": "string"
},
"errors": [
{
"component": "string",
"errorCode": 0,
"errorMessage": "string"
}
]
}
Requested Details not found
POST /v4/cdmplan
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/CDMPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"planName": "string",
"backupDestinations": [
null,
null
],
"rpo": {
"backupFrequency": {
"schedules": [
{
"scheduleId": 0,
"scheduleName": "string",
"policyId": 0,
"scheduleOperation": "MODIFY",
"vmOperationType": "PLANNED_FAILOVER",
"backupType": "FULL",
"forDatabasesOnly": false,
"isRetentionBasedSyntheticFull": false,
"isAuxCopySchedule": false,
"schedulePattern": {
"scheduleFrequencyType": "MINUTES",
"frequency": 0,
"weeklyDays": [
"SUNDAY"
],
"dayOfMonth": 0,
"weekOfMonth": "FIRST",
"dayOfWeek": "SUNDAY",
"monthOfYear": "JANUARY",
"repeatIntervalInMinutes": 0,
"repeatUntilTime": 0,
"timezone": {
"id": 0,
"name": "string"
},
"startTime": 75600,
"startDate": 0,
"endDate": 0,
"noOfTimes": 0,
"exceptions": [
{
"onDates": [
0
],
"onWeekOfTheMonth": [
"FIRST"
],
"onDayOfTheWeek": [
"SUNDAY"
]
}
],
"daysBetweenSyntheticFulls": 0,
"maxBackupIntervalInMins": 240,
"calendarId": 1,
"calendarName": "string",
"jobStaggerDurationInMins": 0
},
"scheduleOption": {
"useDiskCacheForLogBackups": true,
"commitFrequencyInHours": 0,
"daysBetweenAutoConvert": 0,
"o365ItemSelectionOption": "SELECT_ALL",
"jobRunningTimeInMins": 0,
"minBackupIntervalInMins": 15,
"logFilesThreshold": 50,
"logsDiskUtilizationPercent": 80,
"deleteLogsByAppLvlConfig": true
},
"additionalInfo": "string",
"taskOperationType": "BACKUP"
}
],
"operationType": "ADD"
},
"backupWindow": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"fullBackupWindow": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"doNotSubmitJobForBackupWindow": true,
"doNotSubmitJobForFullBackupWindow": true
},
"snapshotOptions": {
"snapRecoveryPoints": 0,
"retentionPeriodDays": 30,
"enableBackupCopy": true,
"backupCopyRPOMins": 240,
"enableSnapCatalog": true,
"backupCopyOptions": {
"backupTypeToCopy": "All_JOBS",
"backupFullToCopy": "FIRST",
"startTime": 1706110498,
"enableAlert": true,
"alertInHours": 48,
"action": "BASED_ON_RETENTION",
"skipAfterThresholdDays": 14
}
},
"databaseOptions": {
"logBackupRPOMins": 0,
"useDiskCacheForLogBackups": true,
"commitFrequencyInHours": 0
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/CDMPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"planName": "string",
"backupDestinations": [
null,
null
],
"rpo": {
"backupFrequency": {
"schedules": [
{
"scheduleId": 0,
"scheduleName": "string",
"policyId": 0,
"scheduleOperation": "MODIFY",
"vmOperationType": "PLANNED_FAILOVER",
"backupType": "FULL",
"forDatabasesOnly": false,
"isRetentionBasedSyntheticFull": false,
"isAuxCopySchedule": false,
"schedulePattern": {
"scheduleFrequencyType": "MINUTES",
"frequency": 0,
"weeklyDays": [
"SUNDAY"
],
"dayOfMonth": 0,
"weekOfMonth": "FIRST",
"dayOfWeek": "SUNDAY",
"monthOfYear": "JANUARY",
"repeatIntervalInMinutes": 0,
"repeatUntilTime": 0,
"timezone": {
"id": 0,
"name": "string"
},
"startTime": 75600,
"startDate": 0,
"endDate": 0,
"noOfTimes": 0,
"exceptions": [
{
"onDates": [
0
],
"onWeekOfTheMonth": [
"FIRST"
],
"onDayOfTheWeek": [
"SUNDAY"
]
}
],
"daysBetweenSyntheticFulls": 0,
"maxBackupIntervalInMins": 240,
"calendarId": 1,
"calendarName": "string",
"jobStaggerDurationInMins": 0
},
"scheduleOption": {
"useDiskCacheForLogBackups": true,
"commitFrequencyInHours": 0,
"daysBetweenAutoConvert": 0,
"o365ItemSelectionOption": "SELECT_ALL",
"jobRunningTimeInMins": 0,
"minBackupIntervalInMins": 15,
"logFilesThreshold": 50,
"logsDiskUtilizationPercent": 80,
"deleteLogsByAppLvlConfig": true
},
"additionalInfo": "string",
"taskOperationType": "BACKUP"
}
],
"operationType": "ADD"
},
"backupWindow": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"fullBackupWindow": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"doNotSubmitJobForBackupWindow": true,
"doNotSubmitJobForFullBackupWindow": true
},
"snapshotOptions": {
"snapRecoveryPoints": 0,
"retentionPeriodDays": 30,
"enableBackupCopy": true,
"backupCopyRPOMins": 240,
"enableSnapCatalog": true,
"backupCopyOptions": {
"backupTypeToCopy": "All_JOBS",
"backupFullToCopy": "FIRST",
"startTime": 1706110498,
"enableAlert": true,
"alertInHours": 48,
"action": "BASED_ON_RETENTION",
"skipAfterThresholdDays": 14
}
},
"databaseOptions": {
"logBackupRPOMins": 0,
"useDiskCacheForLogBackups": true,
"commitFrequencyInHours": 0
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/CDMPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"planName": "string",
"backupDestinations": [
null,
null
],
"rpo": {
"backupFrequency": {
"schedules": [
{
"scheduleId": 0,
"scheduleName": "string",
"policyId": 0,
"scheduleOperation": "MODIFY",
"vmOperationType": "PLANNED_FAILOVER",
"backupType": "FULL",
"forDatabasesOnly": false,
"isRetentionBasedSyntheticFull": false,
"isAuxCopySchedule": false,
"schedulePattern": {
"scheduleFrequencyType": "MINUTES",
"frequency": 0,
"weeklyDays": [
"SUNDAY"
],
"dayOfMonth": 0,
"weekOfMonth": "FIRST",
"dayOfWeek": "SUNDAY",
"monthOfYear": "JANUARY",
"repeatIntervalInMinutes": 0,
"repeatUntilTime": 0,
"timezone": {
"id": 0,
"name": "string"
},
"startTime": 75600,
"startDate": 0,
"endDate": 0,
"noOfTimes": 0,
"exceptions": [
{
"onDates": [
0
],
"onWeekOfTheMonth": [
"FIRST"
],
"onDayOfTheWeek": [
"SUNDAY"
]
}
],
"daysBetweenSyntheticFulls": 0,
"maxBackupIntervalInMins": 240,
"calendarId": 1,
"calendarName": "string",
"jobStaggerDurationInMins": 0
},
"scheduleOption": {
"useDiskCacheForLogBackups": true,
"commitFrequencyInHours": 0,
"daysBetweenAutoConvert": 0,
"o365ItemSelectionOption": "SELECT_ALL",
"jobRunningTimeInMins": 0,
"minBackupIntervalInMins": 15,
"logFilesThreshold": 50,
"logsDiskUtilizationPercent": 80,
"deleteLogsByAppLvlConfig": true
},
"additionalInfo": "string",
"taskOperationType": "BACKUP"
}
],
"operationType": "ADD"
},
"backupWindow": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"fullBackupWindow": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"doNotSubmitJobForBackupWindow": true,
"doNotSubmitJobForFullBackupWindow": true
},
"snapshotOptions": {
"snapRecoveryPoints": 0,
"retentionPeriodDays": 30,
"enableBackupCopy": true,
"backupCopyRPOMins": 240,
"enableSnapCatalog": true,
"backupCopyOptions": {
"backupTypeToCopy": "All_JOBS",
"backupFullToCopy": "FIRST",
"startTime": 1706110498,
"enableAlert": true,
"alertInHours": 48,
"action": "BASED_ON_RETENTION",
"skipAfterThresholdDays": 14
}
},
"databaseOptions": {
"logBackupRPOMins": 0,
"useDiskCacheForLogBackups": true,
"commitFrequencyInHours": 0
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/CDMPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"planName": "string",
"backupDestinations": [
null,
null
],
"rpo": {
"backupFrequency": {
"schedules": [
{
"scheduleId": 0,
"scheduleName": "string",
"policyId": 0,
"scheduleOperation": "MODIFY",
"vmOperationType": "PLANNED_FAILOVER",
"backupType": "FULL",
"forDatabasesOnly": false,
"isRetentionBasedSyntheticFull": false,
"isAuxCopySchedule": false,
"schedulePattern": {
"scheduleFrequencyType": "MINUTES",
"frequency": 0,
"weeklyDays": [
"SUNDAY"
],
"dayOfMonth": 0,
"weekOfMonth": "FIRST",
"dayOfWeek": "SUNDAY",
"monthOfYear": "JANUARY",
"repeatIntervalInMinutes": 0,
"repeatUntilTime": 0,
"timezone": {
"id": 0,
"name": "string"
},
"startTime": 75600,
"startDate": 0,
"endDate": 0,
"noOfTimes": 0,
"exceptions": [
{
"onDates": [
0
],
"onWeekOfTheMonth": [
"FIRST"
],
"onDayOfTheWeek": [
"SUNDAY"
]
}
],
"daysBetweenSyntheticFulls": 0,
"maxBackupIntervalInMins": 240,
"calendarId": 1,
"calendarName": "string",
"jobStaggerDurationInMins": 0
},
"scheduleOption": {
"useDiskCacheForLogBackups": true,
"commitFrequencyInHours": 0,
"daysBetweenAutoConvert": 0,
"o365ItemSelectionOption": "SELECT_ALL",
"jobRunningTimeInMins": 0,
"minBackupIntervalInMins": 15,
"logFilesThreshold": 50,
"logsDiskUtilizationPercent": 80,
"deleteLogsByAppLvlConfig": true
},
"additionalInfo": "string",
"taskOperationType": "BACKUP"
}
],
"operationType": "ADD"
},
"backupWindow": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"fullBackupWindow": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"doNotSubmitJobForBackupWindow": true,
"doNotSubmitJobForFullBackupWindow": true
},
"snapshotOptions": {
"snapRecoveryPoints": 0,
"retentionPeriodDays": 30,
"enableBackupCopy": true,
"backupCopyRPOMins": 240,
"enableSnapCatalog": true,
"backupCopyOptions": {
"backupTypeToCopy": "All_JOBS",
"backupFullToCopy": "FIRST",
"startTime": 1706110498,
"enableAlert": true,
"alertInHours": 48,
"action": "BASED_ON_RETENTION",
"skipAfterThresholdDays": 14
}
},
"databaseOptions": {
"logBackupRPOMins": 0,
"useDiskCacheForLogBackups": true,
"commitFrequencyInHours": 0
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/CDMPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"planName": "string",
"backupDestinations": [
null,
null
],
"rpo": {
"backupFrequency": {
"schedules": [
{
"scheduleId": 0,
"scheduleName": "string",
"policyId": 0,
"scheduleOperation": "MODIFY",
"vmOperationType": "PLANNED_FAILOVER",
"backupType": "FULL",
"forDatabasesOnly": false,
"isRetentionBasedSyntheticFull": false,
"isAuxCopySchedule": false,
"schedulePattern": {
"scheduleFrequencyType": "MINUTES",
"frequency": 0,
"weeklyDays": [
"SUNDAY"
],
"dayOfMonth": 0,
"weekOfMonth": "FIRST",
"dayOfWeek": "SUNDAY",
"monthOfYear": "JANUARY",
"repeatIntervalInMinutes": 0,
"repeatUntilTime": 0,
"timezone": {
"id": 0,
"name": "string"
},
"startTime": 75600,
"startDate": 0,
"endDate": 0,
"noOfTimes": 0,
"exceptions": [
{
"onDates": [
0
],
"onWeekOfTheMonth": [
"FIRST"
],
"onDayOfTheWeek": [
"SUNDAY"
]
}
],
"daysBetweenSyntheticFulls": 0,
"maxBackupIntervalInMins": 240,
"calendarId": 1,
"calendarName": "string",
"jobStaggerDurationInMins": 0
},
"scheduleOption": {
"useDiskCacheForLogBackups": true,
"commitFrequencyInHours": 0,
"daysBetweenAutoConvert": 0,
"o365ItemSelectionOption": "SELECT_ALL",
"jobRunningTimeInMins": 0,
"minBackupIntervalInMins": 15,
"logFilesThreshold": 50,
"logsDiskUtilizationPercent": 80,
"deleteLogsByAppLvlConfig": true
},
"additionalInfo": "string",
"taskOperationType": "BACKUP"
}
],
"operationType": "ADD"
},
"backupWindow": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"fullBackupWindow": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"doNotSubmitJobForBackupWindow": true,
"doNotSubmitJobForFullBackupWindow": true
},
"snapshotOptions": {
"snapRecoveryPoints": 0,
"retentionPeriodDays": 30,
"enableBackupCopy": true,
"backupCopyRPOMins": 240,
"enableSnapCatalog": true,
"backupCopyOptions": {
"backupTypeToCopy": "All_JOBS",
"backupFullToCopy": "FIRST",
"startTime": 1706110498,
"enableAlert": true,
"alertInHours": 48,
"action": "BASED_ON_RETENTION",
"skipAfterThresholdDays": 14
}
},
"databaseOptions": {
"logBackupRPOMins": 0,
"useDiskCacheForLogBackups": true,
"commitFrequencyInHours": 0
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/CDMPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"planName": "string",
"backupDestinations": [
null,
null
],
"rpo": {
"backupFrequency": {
"schedules": [
{
"scheduleId": 0,
"scheduleName": "string",
"policyId": 0,
"scheduleOperation": "MODIFY",
"vmOperationType": "PLANNED_FAILOVER",
"backupType": "FULL",
"forDatabasesOnly": false,
"isRetentionBasedSyntheticFull": false,
"isAuxCopySchedule": false,
"schedulePattern": {
"scheduleFrequencyType": "MINUTES",
"frequency": 0,
"weeklyDays": [
"SUNDAY"
],
"dayOfMonth": 0,
"weekOfMonth": "FIRST",
"dayOfWeek": "SUNDAY",
"monthOfYear": "JANUARY",
"repeatIntervalInMinutes": 0,
"repeatUntilTime": 0,
"timezone": {
"id": 0,
"name": "string"
},
"startTime": 75600,
"startDate": 0,
"endDate": 0,
"noOfTimes": 0,
"exceptions": [
{
"onDates": [
0
],
"onWeekOfTheMonth": [
"FIRST"
],
"onDayOfTheWeek": [
"SUNDAY"
]
}
],
"daysBetweenSyntheticFulls": 0,
"maxBackupIntervalInMins": 240,
"calendarId": 1,
"calendarName": "string",
"jobStaggerDurationInMins": 0
},
"scheduleOption": {
"useDiskCacheForLogBackups": true,
"commitFrequencyInHours": 0,
"daysBetweenAutoConvert": 0,
"o365ItemSelectionOption": "SELECT_ALL",
"jobRunningTimeInMins": 0,
"minBackupIntervalInMins": 15,
"logFilesThreshold": 50,
"logsDiskUtilizationPercent": 80,
"deleteLogsByAppLvlConfig": true
},
"additionalInfo": "string",
"taskOperationType": "BACKUP"
}
],
"operationType": "ADD"
},
"backupWindow": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"fullBackupWindow": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"doNotSubmitJobForBackupWindow": true,
"doNotSubmitJobForFullBackupWindow": true
},
"snapshotOptions": {
"snapRecoveryPoints": 0,
"retentionPeriodDays": 30,
"enableBackupCopy": true,
"backupCopyRPOMins": 240,
"enableSnapCatalog": true,
"backupCopyOptions": {
"backupTypeToCopy": "All_JOBS",
"backupFullToCopy": "FIRST",
"startTime": 1706110498,
"enableAlert": true,
"alertInHours": 48,
"action": "BASED_ON_RETENTION",
"skipAfterThresholdDays": 14
}
},
"databaseOptions": {
"logBackupRPOMins": 0,
"useDiskCacheForLogBackups": true,
"commitFrequencyInHours": 0
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/V4/CDMPlan' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"planName": "string",
"backupDestinations": [
null,
null
],
"rpo": {
"backupFrequency": {
"schedules": [
{
"scheduleId": 0,
"scheduleName": "string",
"policyId": 0,
"scheduleOperation": "MODIFY",
"vmOperationType": "PLANNED_FAILOVER",
"backupType": "FULL",
"forDatabasesOnly": false,
"isRetentionBasedSyntheticFull": false,
"isAuxCopySchedule": false,
"schedulePattern": {
"scheduleFrequencyType": "MINUTES",
"frequency": 0,
"weeklyDays": [
"SUNDAY"
],
"dayOfMonth": 0,
"weekOfMonth": "FIRST",
"dayOfWeek": "SUNDAY",
"monthOfYear": "JANUARY",
"repeatIntervalInMinutes": 0,
"repeatUntilTime": 0,
"timezone": {
"id": 0,
"name": "string"
},
"startTime": 75600,
"startDate": 0,
"endDate": 0,
"noOfTimes": 0,
"exceptions": [
{
"onDates": [
0
],
"onWeekOfTheMonth": [
"FIRST"
],
"onDayOfTheWeek": [
"SUNDAY"
]
}
],
"daysBetweenSyntheticFulls": 0,
"maxBackupIntervalInMins": 240,
"calendarId": 1,
"calendarName": "string",
"jobStaggerDurationInMins": 0
},
"scheduleOption": {
"useDiskCacheForLogBackups": true,
"commitFrequencyInHours": 0,
"daysBetweenAutoConvert": 0,
"o365ItemSelectionOption": "SELECT_ALL",
"jobRunningTimeInMins": 0,
"minBackupIntervalInMins": 15,
"logFilesThreshold": 50,
"logsDiskUtilizationPercent": 80,
"deleteLogsByAppLvlConfig": true
},
"additionalInfo": "string",
"taskOperationType": "BACKUP"
}
],
"operationType": "ADD"
},
"backupWindow": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"fullBackupWindow": [
{
"dayOfWeek": [
"SUNDAY"
],
"startTime": 0,
"endTime": 0
}
],
"doNotSubmitJobForBackupWindow": true,
"doNotSubmitJobForFullBackupWindow": true
},
"snapshotOptions": {
"snapRecoveryPoints": 0,
"retentionPeriodDays": 30,
"enableBackupCopy": true,
"backupCopyRPOMins": 240,
"enableSnapCatalog": true,
"backupCopyOptions": {
"backupTypeToCopy": "All_JOBS",
"backupFullToCopy": "FIRST",
"startTime": 1706110498,
"enableAlert": true,
"alertInHours": 48,
"action": "BASED_ON_RETENTION",
"skipAfterThresholdDays": 14
}
},
"databaseOptions": {
"logBackupRPOMins": 0,
"useDiskCacheForLogBackups": true,
"commitFrequencyInHours": 0
}
}'