Skip to main content

List cloud storages

GET 

/bv/configurations/v1/cloud-storages

Lists the array of CloudStorage resources.

Notice: The /bv/configurations/v1/cloud-storages will be deprecated soon. Please use /bv/configuration/v1/cloud-storages instead.

Request

Query Parameters

    current_page int32required

    Required. The current page in the current pagination. Need to assign positive number. Min: 1 Max: 100

    items_per_page int32required

    Required. The number of items per page in the current pagination. Need to assign positive number. Min: 1 Max: 100

    filter.name string

    Optional. Filter by cloud storage name

Header Parameters

    x-bv-org-id stringrequired

    To invoke this API using api_token, you need to set the x-bv-org-id header to specify the organization for which you want to perform the action.

Responses

A successful response.

Schema
    cloud_storages object[]
  • Array [
  • id string

    Output only. The resource identifier of cloud storage.

    name stringrequired

    Required. The display name of cloud storage.

    type string

    Possible values: [CLOUD_STORAGE_TYPE_AWS]

    Immutable. The type of cloud storage.

    aws_storage object
    bucket_name stringrequired

    Required. AWS name of s3 bucket.

    path stringrequired

    Required. AWS path of s3 bucket.

    region stringrequired

    Required. AWS region of s3 bucket.

    user_role_arn stringrequired

    Required. The user AWS role arn.

    role_arn string

    Output only. Blend vision AWS role arn.

    aws_account_arn string

    Output only. Blend vision AWS account arn.

    external_id stringrequired

    Required. AWS external id for policy. You need to get external id from GetTrustPolicyInfo API.

    created_at date-time
  • ]
  • pagination object
    total_items int32

    Output only. The total numbers of the list in the current pagination.

    items_per_page int32

    Output only. The number of items per page in the current pagination.

    current_page int32

    Output only. The current page in the current pagination.

Loading...