Skip to main content

Get buckets of a user

ceph-proj-0159 Get buckets of a user

Path Parameters
  • project_id integer required

    Project ID

Query Parameters
  • all boolean

    Possible values: [false, true]

    Get buckets for all public and private keys

  • key_name string

    Get buckets for the specific private key. If it is not specified and all is false, only the public buckets will be returned

  • bucket_name string

    Get buckets with the specific name

Header Parameters
  • x-api-host string required

    Default value: ceph-taichung-default

    Authentication Required Parameters

Responses

OK


Schema
  • public object[]
  • Array [
  • bucket_name string
  • last_modified_time date-time
  • bucket_used_space integer
  • num_objects integer
  • ]
  • private object[]
  • Array [
  • key_name string
  • buckets object[]
  • Array [
  • bucket_name string
  • last_modified_time date-time
  • bucket_used_space integer
  • num_objects integer
  • ]
  • ]
Loading...