Add AWS Cloud connection regions
API to add AWS cloud connection regions.
Path Parameters
- accountId int64 required
Cloud Rewind account ID.
- projectId string required
Cloud Rewind project ID.
- id int64 required
AWS cloud connection ID.
- application/json
Request Body required
- operationalRegions string[] required
Possible values: [
us-east-1
,us-east-2
,us-west-1
,us-west-2
,ap-south-1
,ap-south-2
,ap-northeast-3
,ap-northeast-2
,ap-northeast-1
,ap-southeast-1
,ap-southeast-2
,ap-southeast-3
,ca-central-1
,eu-central-1
,eu-central-2
,eu-west-1
,eu-west-2
,eu-west-3
,eu-north-1
,sa-east-1
,af-south-1
,ap-east-1
,eu-south-1
,eu-south-2
,me-central-1
,me-south-1
,il-central-1
]Allows discovery, protection, and recovery operations in the specified AWS regions.
- 200
- 401
- 403
- 404
- 409
- 412
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- accountId int64
Cloud Rewind account ID.
- projectId string
Cloud Rewind project ID.
- id int64
The unique identifier for the cloud connection.
- name string
The name of the cloud connection.
- description string
The description of the cloud connection.
- status string
Possible values: [
enabled
,suspended
,critical-suspended
,disabled
,delete-pending
,delete-in-progress
,delete-locked
,delete-failed
,deleted
]Status of the Cloud Connection.
Value Description enabled The Cloud Connection is enabled and operational. suspended The Cloud Connection is suspended but can be reactivated. critical-suspended The Cloud Connection is in a critical suspended state and requires attention. disabled The Cloud Connection is disabled and not operational. delete-pending The deletion of the Cloud Connection is pending. delete-requested A request has been made to delete the Cloud Connection. delete-approved The deletion of the Cloud Connection has been approved and is in progress. delete-locked The deletion of the Cloud Connection is locked and cannot proceed. delete-in-progress The deletion of the Cloud Connection is currently in progress. delete-failed The deletion of the Cloud Connection has failed. deleted The Cloud Connection has been successfully deleted. - connectivityStatus string
Possible values: [
pending
,success
,authentication-failed
,failed
]Verification status of the cloud connection.
Value Description pending The Cloud connection verification is pending. success The Cloud connection verification is successful. authentication-failed The Cloud connection verification failed due to authentication issues. failed The Cloud connection verification failed due to other issues. - operationalRegions string[]
Allows discovery, protection, and recovery operations in the specified AWS regions.
- services string[]
Allows discovery, protection, and recovery operations in the specified AWS services.
- createdAt date-time
The time when the Cloud Connection was created.
- updatedAt date-time
The time when the Cloud Connection was updated.
- lastSync date-time
The time when the Cloud Connection's lastest sync was successful.
{
"accountId": 0,
"projectId": "string",
"id": 0,
"name": "string",
"description": "string",
"status": "enabled",
"connectivityStatus": "pending",
"operationalRegions": [
"string"
],
"services": [
"string"
],
"createdAt": "2025-08-28",
"updatedAt": "2025-08-28",
"lastSync": "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"
]
}