List Cloud Assembly
API to list cloud assemblies
Path Parameters
- accountId int64 required
Cloud Rewind account ID.
- projectId string required
Cloud Rewind project ID.
Query Parameters
- sort_by string
Default value:
name
Specifies the Assembly property by which the results should be sorted.
Allowed values:name
,cloud-type
,status
- sort_order string
Default value:
asc
Specifies the order in which the results should be sorted.
Allowed values:asc
,desc
- name string
The cloud assemblies are filtered by the name of the Cloud Assembly.
- cloud_type string
Should be filtered by the Cloud type.
Allowed values:aws
,azure
,gcp
- status string
Specifies the status of the Cloud Assembly.
Allowed values:enabled
,disabled
- cloud_connection_name string
The cloud connections are filtered by the name of the Cloud Connection.
- filter_condition string
Default value:
or
Specifies the filter condition to be applied to the results.
Allowed values:and
,or
Header Parameters
- Range string
Default value:
items=1-100
Filter to specify the page range for paginated results. Format: items=startIndex-endIndex.
- 200
- 401
- 403
- 404
- 409
- 412
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema array
- accountId int64
Cloud Rewind account ID.
- projectId string
Cloud Rewind project ID.
- id int64
ID of the cloud assembly
- name string
Name of the Cloud Assembly
- description string
Description of the AWS Cloud Assembly
- cloudConnectionId int64
Id of the Cloud connection
- cloudType string
Possible values: [
aws
,gcp
,azure
]Type of the cloud for the Cloud Assembly.
- status string
Possible values: [
enabled
,disabled
,delete-requested
,delete-pending
,delete-locked
,delete-in-progress
,delete-failed
,deleted
]Status of the Cloud Assembly.
Value Description enabled The Cloud Assembly is enabled and actively protecting resources. disabled The Cloud Assembly is disabled and not protecting resources. delete-requested A request has been made to delete the Cloud Assembly. delete-pending The deletion of the Cloud Assembly is pending. delete-locked The deletion of the Cloud Assembly is locked and cannot proceed. delete-in-progress The deletion of the Cloud Assembly is currently in progress. delete-failed The deletion of the Cloud Assembly has failed. deleted The Cloud Assembly has been successfully deleted. - sourceRegion string
Source region for the Cloud Assembly used to protect cloud resources
- createdAt date-time
The time when the Cloud Assembly was created
- updatedAt date-time
Timestamp indicating when the Cloud Assembly was updated
[
{
"accountId": 0,
"projectId": "string",
"id": 0,
"name": "string",
"description": "string",
"cloudConnectionId": 0,
"cloudType": "aws",
"status": "enabled",
"sourceRegion": "string",
"createdAt": "2025-08-28",
"updatedAt": "2025-08-28"
}
]
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"
]
}