List
Get Azure Cloud Assembly recovery profile list
Path Parameters
- accountId int64 required
- projectId string required
- cloudAssemblyId int64 required
Query Parameters
- sortBy string
Default value:
name - sortOrder string
Default value:
asc - name string
- filterCondition string
Default value:
or
Header Parameters
- Range string
Default value:
items=1-100
Responses
- 200
- 401
- 403
- 404
- 409
- 412
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema array
- tenantId string
Tenant identifier owning the recovery profile
- projectId int64
Project identifier associated with the recovery profile
- cloudAssemblyId int64
Cloud assembly identifier
- id int64
Unique identifier of the recovery profile
- name string
Specifies the name of the recovery profile.
(Required)
- description string
Provides a description of the recovery profile.
- cloudType string
Cloud provider type
configurations object[]
List of configuration items for the recovery profile
name stringtype stringdescription stringisEnabled booleanoptions object- createdAt date-time
Timestamp when the recovery profile was created (epoch millis)
- updatedAt date-time
Timestamp when the recovery profile was last updated (epoch millis)
[
{
"tenantId": "t12345678",
"projectId": 123456,
"cloudAssemblyId": 1234,
"id": 39,
"name": "tst-profile28",
"description": "Profile for Azure cloud assembly recovery",
"cloudType": "AZURE",
"configurations": [
{
"name": "Region-Configuration",
"type": "REGION_CONFIGURATION",
"description": "Source and recovery region",
"isEnabled": true,
"options": {
"sourceRegionName": "eastus",
"recoveryRegionName": "eastus",
"isSourceRegion": true
}
}
],
"createdAt": "2025-10-23",
"updatedAt": "2025-10-23"
}
]
Unauthorized
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Forbidden
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Not Found
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Conflict
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Precondition Failed
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Internal Server Error
- */*
- Schema
- Example (from schema)
Schema
errors object[]
code stringmessage stringtype stringfieldErrors object
property name*string- message string
- requiredPermissions string[]
{
"errors": [
{
"code": "string",
"message": "string",
"type": "string"
}
],
"fieldErrors": {},
"message": "string",
"requiredPermissions": [
"string"
]
}
Loading...