Skip to main content

List GCP GCS assets

Returns a list of GCP GCS assets.

Query Parameters
  • limit int64

    Limits the size of the response on each page to the specified number of items.

  • start string

    Sets the page number used to browse the collection. Pages are indexed starting from 1 (i.e., ?start=1).

  • filter string

    Narrows down the results to only the items that satisfy the filter criteria. Supported filter fields:

    FieldConditionDescription
    id$eq,$inThe Clumio-assigned ID of the GCS asset.
    protection_group_id$eq,$inThe Clumio-assigned ID of the protection group.
    bucket_id$eq,$inThe Clumio-assigned ID of the GCS bucket.
    bucket_name$eq,$inThe name of the GCS bucket.
    is_deleted$eqBoolean flag indicating whether to return deleted (true) or active (false) GCS assets.
    name$eq,$containsThe display name of the GCS asset.
    added_by$inThe method by which the GCS asset was added. Possible values include user and bucket_rule.
Responses


Schema
  • _embedded object
  • items object[]
  • added_by string

    Indicates how the bucket was added to the protection group. Possible values include user and bucket_rule.

  • added_with string[]

    Lists all methods by which the bucket was added to the protection group.

  • backup_target_region string

    The backup target region configured for the GCS asset, if any.

  • bucket_id string

    The Clumio-assigned ID of the bucket associated with this GCS asset.

  • bucket_name string

    The name of the GCS bucket associated with this GCS asset.

  • created_timestamp string

    Creation time of the GCS asset in RFC-3339 format.

  • deleted_timestamp string

    Deletion time of the GCS asset in RFC-3339 format.

  • id string

    The Clumio-assigned ID that represents the bucket within the protection group.

  • is_deleted boolean

    Indicates whether the GCS asset has been deleted (true) or is still active (false).

  • last_backup_timestamp string

    Time of the last backup in RFC-3339 format.

  • name string

    The display name of the GCS asset.

  • native_id string

    The Clumio-assigned native ID of the GCS asset.

  • object_count int64

    The number of objects that have been backed up in this GCS asset.

  • organizational_unit_id string

    The Clumio-assigned ID of the organizational unit associated with the GCS asset.

  • project_uuid string

    The Clumio-assigned UUID of the GCP project associated with this GCS asset.

  • protection_group_id string

    The Clumio-assigned ID of the protection group associated with this GCS asset.

  • protection_group_name string

    The user-assigned name of the protection group associated with this GCS asset. Omitted when the parent protection group could not be resolved or has no name.

  • region_uuid string

    The Clumio-assigned UUID of the GCP region associated with this GCS asset.

  • size_bytes int64

    Total size in bytes of all objects that have been backed up in this GCS asset.

  • updated_timestamp string

    Last update time of the GCS asset in RFC-3339 format.

  • version int64

    The resource version of the GCS asset.

  • current_count int64

    The number of items listed on the current page.

  • limit int64

    The maximum number of items displayed per page in the response.

  • start string

    The page number used to get this response. Pages are indexed starting from 1 (i.e., "start": "1").

  • total_count int64

    The total number of items, summed across all pages.

  • total_pages_count int64

    The total number of pages of results.

Loading...