Skip to main content

List Cloud connection

API to list cloud connections

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 Cloud connection property by which the results should be sorted.
    Allowed values:

    • name, cloud-type, status, connectivity-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 connections are filtered by the name of the Cloud Connection.

  • 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
  • connectivity_status string

    Connectivity status of the Cloud Connection.
    Allowed values:

    • pending, success, authentication-failed, failed
  • 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.

Responses

OK


Schema array
  • accountId int64

    Cloud Rewind account ID.

  • projectId string

    Cloud Rewind project ID.

  • id int64

    The unique identifier for the created cloud connection.

  • name string

    The name of the cloud connection.

  • description string

    The description of the cloud connection.

  • operationalRegions string[]

    Grants the role permission to perform discovery, protection, and recovery operations in the specified AWS regions.

  • cloudType string

    Possible values: [aws, gcp, azure]

    Type of the cloud for 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.

    ValueDescription
    enabledThe Cloud Connection is enabled and operational.
    suspendedThe Cloud Connection is suspended but can be reactivated.
    critical-suspendedThe Cloud Connection is in a critical suspended state and requires attention.
    disabledThe Cloud Connection is disabled and not operational.
    delete-pendingThe deletion of the Cloud Connection is pending.
    delete-requestedA request has been made to delete the Cloud Connection.
    delete-approvedThe deletion of the Cloud Connection has been approved and is in progress.
    delete-lockedThe deletion of the Cloud Connection is locked and cannot proceed.
    delete-in-progressThe deletion of the Cloud Connection is currently in progress.
    delete-failedThe deletion of the Cloud Connection has failed.
    deletedThe Cloud Connection has been successfully deleted.
  • connectivityStatus string

    Possible values: [pending, success, authentication-failed, failed]

    Verification status of the cloud connection.

    ValueDescription
    pendingThe Cloud connection verification is pending.
    successThe Cloud connection verification is successful.
    authentication-failedThe Cloud connection verification failed due to authentication issues.
    failedThe Cloud connection verification failed due to other issues.
  • 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.

Loading...