Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Get Bucket Head Metadata

GET /object/bucket/{bucketName}/metadata

Fetch a page of head-specific metadata for the specified bucket

bucketNamename of the bucket for which the default group is to be updated.

Query Parameters

headTypethe head-type of the metadata to be queried (HDFS, S3, etc)
namespace

Required Roles

This call has no restrictions.


Prerequisites

The following conditions must be met in order to call this operation.

  • bucket must exist


Response Body

Response indicating Success or Failure of the operation

Field Description Type Notes
bucket_head_metadata
head_type String
metadata     0-* Elements
name String
value String

XML Example

Request
> GET /object/bucket/bucket/metadata?namespace=dare&headType=CAS HTTP/1.1
> Host: 192.168.0.0:4443
> User-Agent: curl/7.43.0
> Accept: */*
> X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
> Content-Type: application/xml
Response
< HTTP/1.1 200 OK