Skip to main content

Find by Cloud Assembly ID

Get Azure Cloud Assembly by Cloud Assembly ID

Path Parameters
  • accountId int64 required
  • projectId string required
  • id int64 required
Responses

OK


Schema
  • accountId int64
  • projectId int64
  • organizationId string
  • id int64
  • name string
  • description string
  • cloudConnectionId int64
  • lockStatus string
  • status string
  • cloudType string
  • sourceRegion string
  • createdAt date-time
  • resourceSelectionStrategy object
  • selectionType string
  • tags object[]
  • key string
  • value string
  • conditions string
  • resourceGroups string[]
  • protectionStrategy string
  • allowCrossRegionRecovery boolean
  • replicaRegions string[]
  • protectionStrategyOption object
  • snapshotProtectionStrategyOption object
  • sourceResourceGroup string
  • replicationDetails object[]
  • resourceGroupName string
  • replicaRegion string
  • tags object
  • property name* string
  • updatedAt date-time
  • legacyId string
  • isBeta boolean
GET /api/v1/account/:accountid/project/:projectid/cloud-assembly/azure/:id    

Authorization

Request

Click Edit to configure Base URL
https://api.appranix.net
Bearer Token
accountId — path required
projectId — path required
id — path required
curl -L -X GET 'https://api.appranix.net/api/v1/account/:accountId/project/:projectId/cloud-assembly/azure/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'