Skip to main content

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.

Responses

OK


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.

    ValueDescription
    enabledThe Cloud Assembly is enabled and actively protecting resources.
    disabledThe Cloud Assembly is disabled and not protecting resources.
    delete-requestedA request has been made to delete the Cloud Assembly.
    delete-pendingThe deletion of the Cloud Assembly is pending.
    delete-lockedThe deletion of the Cloud Assembly is locked and cannot proceed.
    delete-in-progressThe deletion of the Cloud Assembly is currently in progress.
    delete-failedThe deletion of the Cloud Assembly has failed.
    deletedThe 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

Loading...