Fetch a page of head-specific metadata for the specified bucket
bucketName | name of the bucket for which the default group is to be updated. |
headType | the head-type of the metadata to be queried (HDFS, S3, etc) |
namespace |
This call has no restrictions.
The following conditions must be met in order to call this operation.
bucket must exist
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 |
> 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
< HTTP/1.1 200 OK