Create Recovery Group
Select
Create Recovery group
- application/json
Request Body
- id int32
Id of the recovery group
- name string
Name of the recovery group
target object
- vendor string
Possible values: [
NONE
,VMW
,MICROSOFT
,XEN_SERVER
,AMAZON
,AZURE
,REDHAT
,AZURE_V2
,SCVMM
,NUTANIX
,ORACLE_VM
,DOCKER
,OPENSTACK
,ORACLE_CLOUD
,FUSIONCOMPUTE
,VCLOUD
,GOOGLE_CLOUD
,AZURE_STACK
,ALIBABA_CLOUD
,ORACLE_CLOUD_INFRASTRUCTURE
,KUBERNETES
,REDHAT_OPENSHIFT
,MONGODB_ATLAS
,PROXMOX
,KUBERNETES_AKS
,AZURE_STACK_HCI
,KUBERNETES_EKS
,MORPHEUS
] - entityCount int32
Number of entities associated with recovery group
postRecoveryActions object[]
- delayBetweenPriorityMachines int32
The delay between machines in different priorities in minutes
- continueOnFailure boolean
Default value:
false
Set to true to continue to the next priority machines on failure
- powerOffDestinationVMPostRecoveryAndValidation boolean
Default value:
false
Set to false if destination Vm is powered on post recovery and validation
- action RecoveryAction
Possible values: [
CREATE
,UPDATE
,DELETE
]Recovery Action
recoveryPointDetails object
- recoveryPoint int32
Timestamp for group restore in case of disaster
recoveryExpirationOptions object
threatScan object
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
recoveryGroup object
error object
{
"recoveryGroup": {
"id": 0,
"name": "string"
},
"error": {
"errorMessage": "string",
"errorCode": 0
}
}
POST /recoverygroup
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/RecoveryGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"id": 0,
"name": "string",
"target": {
"id": 0,
"name": "string"
},
"vendor": "NONE",
"entityCount": 0,
"postRecoveryActions": [
{
"path": "string",
"type": "UNC",
"scriptCredentials": {
"savedCredentials": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
}
},
"guestCredentials": {
"savedCredentials": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
}
},
"guid": "string",
"scriptContent": "string",
"scriptName": "string",
"reset": true,
"osType": "WINDOWS"
}
],
"delayBetweenPriorityMachines": 0,
"continueOnFailure": false,
"powerOffDestinationVMPostRecoveryAndValidation": false,
"recoveryPointDetails": {
"recoveryPoint": 0,
"recoveryPointCategory": "LATEST"
},
"recoveryPoint": 0,
"recoveryExpirationOptions": {
"enableExpirationOption": true,
"daysToExpire": 7,
"isRescuedCommServe": true,
"expirationTime": 0
},
"threatScan": {
"enableThreatScan": false,
"enableWindowsDefenderScan": false,
"totalThreats": 0,
"threatInfo": {
"count": 0,
"threatType": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/RecoveryGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"id": 0,
"name": "string",
"target": {
"id": 0,
"name": "string"
},
"vendor": "NONE",
"entityCount": 0,
"postRecoveryActions": [
{
"path": "string",
"type": "UNC",
"scriptCredentials": {
"savedCredentials": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
}
},
"guestCredentials": {
"savedCredentials": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
}
},
"guid": "string",
"scriptContent": "string",
"scriptName": "string",
"reset": true,
"osType": "WINDOWS"
}
],
"delayBetweenPriorityMachines": 0,
"continueOnFailure": false,
"powerOffDestinationVMPostRecoveryAndValidation": false,
"recoveryPointDetails": {
"recoveryPoint": 0,
"recoveryPointCategory": "LATEST"
},
"recoveryPoint": 0,
"recoveryExpirationOptions": {
"enableExpirationOption": true,
"daysToExpire": 7,
"isRescuedCommServe": true,
"expirationTime": 0
},
"threatScan": {
"enableThreatScan": false,
"enableWindowsDefenderScan": false,
"totalThreats": 0,
"threatInfo": {
"count": 0,
"threatType": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/RecoveryGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"id": 0,
"name": "string",
"target": {
"id": 0,
"name": "string"
},
"vendor": "NONE",
"entityCount": 0,
"postRecoveryActions": [
{
"path": "string",
"type": "UNC",
"scriptCredentials": {
"savedCredentials": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
}
},
"guestCredentials": {
"savedCredentials": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
}
},
"guid": "string",
"scriptContent": "string",
"scriptName": "string",
"reset": true,
"osType": "WINDOWS"
}
],
"delayBetweenPriorityMachines": 0,
"continueOnFailure": false,
"powerOffDestinationVMPostRecoveryAndValidation": false,
"recoveryPointDetails": {
"recoveryPoint": 0,
"recoveryPointCategory": "LATEST"
},
"recoveryPoint": 0,
"recoveryExpirationOptions": {
"enableExpirationOption": true,
"daysToExpire": 7,
"isRescuedCommServe": true,
"expirationTime": 0
},
"threatScan": {
"enableThreatScan": false,
"enableWindowsDefenderScan": false,
"totalThreats": 0,
"threatInfo": {
"count": 0,
"threatType": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/RecoveryGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"id": 0,
"name": "string",
"target": {
"id": 0,
"name": "string"
},
"vendor": "NONE",
"entityCount": 0,
"postRecoveryActions": [
{
"path": "string",
"type": "UNC",
"scriptCredentials": {
"savedCredentials": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
}
},
"guestCredentials": {
"savedCredentials": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
}
},
"guid": "string",
"scriptContent": "string",
"scriptName": "string",
"reset": true,
"osType": "WINDOWS"
}
],
"delayBetweenPriorityMachines": 0,
"continueOnFailure": false,
"powerOffDestinationVMPostRecoveryAndValidation": false,
"recoveryPointDetails": {
"recoveryPoint": 0,
"recoveryPointCategory": "LATEST"
},
"recoveryPoint": 0,
"recoveryExpirationOptions": {
"enableExpirationOption": true,
"daysToExpire": 7,
"isRescuedCommServe": true,
"expirationTime": 0
},
"threatScan": {
"enableThreatScan": false,
"enableWindowsDefenderScan": false,
"totalThreats": 0,
"threatInfo": {
"count": 0,
"threatType": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/RecoveryGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"id": 0,
"name": "string",
"target": {
"id": 0,
"name": "string"
},
"vendor": "NONE",
"entityCount": 0,
"postRecoveryActions": [
{
"path": "string",
"type": "UNC",
"scriptCredentials": {
"savedCredentials": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
}
},
"guestCredentials": {
"savedCredentials": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
}
},
"guid": "string",
"scriptContent": "string",
"scriptName": "string",
"reset": true,
"osType": "WINDOWS"
}
],
"delayBetweenPriorityMachines": 0,
"continueOnFailure": false,
"powerOffDestinationVMPostRecoveryAndValidation": false,
"recoveryPointDetails": {
"recoveryPoint": 0,
"recoveryPointCategory": "LATEST"
},
"recoveryPoint": 0,
"recoveryExpirationOptions": {
"enableExpirationOption": true,
"daysToExpire": 7,
"isRescuedCommServe": true,
"expirationTime": 0
},
"threatScan": {
"enableThreatScan": false,
"enableWindowsDefenderScan": false,
"totalThreats": 0,
"threatInfo": {
"count": 0,
"threatType": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/RecoveryGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"id": 0,
"name": "string",
"target": {
"id": 0,
"name": "string"
},
"vendor": "NONE",
"entityCount": 0,
"postRecoveryActions": [
{
"path": "string",
"type": "UNC",
"scriptCredentials": {
"savedCredentials": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
}
},
"guestCredentials": {
"savedCredentials": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
}
},
"guid": "string",
"scriptContent": "string",
"scriptName": "string",
"reset": true,
"osType": "WINDOWS"
}
],
"delayBetweenPriorityMachines": 0,
"continueOnFailure": false,
"powerOffDestinationVMPostRecoveryAndValidation": false,
"recoveryPointDetails": {
"recoveryPoint": 0,
"recoveryPointCategory": "LATEST"
},
"recoveryPoint": 0,
"recoveryExpirationOptions": {
"enableExpirationOption": true,
"daysToExpire": 7,
"isRescuedCommServe": true,
"expirationTime": 0
},
"threatScan": {
"enableThreatScan": false,
"enableWindowsDefenderScan": false,
"totalThreats": 0,
"threatInfo": {
"count": 0,
"threatType": "string"
}
}
}'
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/RecoveryGroup' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"id": 0,
"name": "string",
"target": {
"id": 0,
"name": "string"
},
"vendor": "NONE",
"entityCount": 0,
"postRecoveryActions": [
{
"path": "string",
"type": "UNC",
"scriptCredentials": {
"savedCredentials": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
}
},
"guestCredentials": {
"savedCredentials": {
"id": 0,
"name": "string"
},
"credentials": {
"name": "string",
"password": "string"
}
},
"guid": "string",
"scriptContent": "string",
"scriptName": "string",
"reset": true,
"osType": "WINDOWS"
}
],
"delayBetweenPriorityMachines": 0,
"continueOnFailure": false,
"powerOffDestinationVMPostRecoveryAndValidation": false,
"recoveryPointDetails": {
"recoveryPoint": 0,
"recoveryPointCategory": "LATEST"
},
"recoveryPoint": 0,
"recoveryExpirationOptions": {
"enableExpirationOption": true,
"daysToExpire": 7,
"isRescuedCommServe": true,
"expirationTime": 0
},
"threatScan": {
"enableThreatScan": false,
"enableWindowsDefenderScan": false,
"totalThreats": 0,
"threatInfo": {
"count": 0,
"threatType": "string"
}
}
}'