Skip to main content

Trigger recovery

Trigger Azure recovery

Path Parameters
  • accountId int64 required
  • projectId string required
  • assemblyId int64 required
Header Parameters
  • x-ars-azure-is-v1-recovery-enabled string
Request Body required
  • name string
  • protectionId string
  • region string
  • enableCrossCloudConnectionRecovery boolean
  • targetCloudConnectionId int64
  • additionalConfigurations object
  • property name* string
Responses

OK


Schema
  • recoveryId string
POST /api/v1/account/:accountid/project/:projectid/cloud-assembly/azure/:assemblyid/recovery    

Authorization

Request

Click Edit to configure Base URL
https://api.appranix.net
Bearer Token
accountId — path required
projectId — path required
assemblyId — path required
x-ars-azure-is-v1-recovery-enabled — header
Body required
{
"name": "string",
"protectionId": "string",
"region": "string",
"enableCrossCloudConnectionRecovery": true,
"targetCloudConnectionId": 0,
"additionalConfigurations": {}
}
curl -L -X POST 'https://api.appranix.net/api/v1/account/:accountId/project/:projectId/cloud-assembly/azure/:assemblyId/recovery' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"name": "string",
"protectionId": "string",
"region": "string",
"enableCrossCloudConnectionRecovery": true,
"targetCloudConnectionId": 0,
"additionalConfigurations": {}
}'