Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Changes to Get Bucket Billing Info

Gets the billing details for a list of buckets within a specified namespace.


Path Parameter Changes

namespaceNamespace containing the bucket
bucketNameBucket name for which billing information needs to be retrieved

Response Payload Changes

Field Description Type Notes
<bucket_billing_infos>
<name> Bucket name String
<namespace> Namespace String
<vpool_id> Replication group String
<total_size> Total size Double
<total_size_unit> Unit in which the total size is returned String
<total_objects> Total objects Long
<sample_time> Time at which these data collected using yyyy-MM-dd'T'HH:mm:ss'Z' format String
<uptodate_till> Time till which the data is consistent. This has an unexpected value during data reconstruction. String
<TagSet> Tags - list of tags set for the Bucket
<Tag>     0-* Elements
<Key> The key of a tag String
<Value> The value of a tag String
</Tag>      
</TagSet>
<total_mpu_size> Total MPU size Double
<total_mpu_parts> Total MPU parts Long
<billingStats> This is invoked when the media type is XML. WARNING:This method should not be used outside this class.Instead use toMap() method JAXBElement 0-* Elements
<bucket_billing_info>     0-* Elements
<name> Bucket name String
<namespace> Namespace String
<vpool_id> Replication group String
<total_size> Total size Double
<total_size_unit> Unit in which the total size is returned String
<total_objects> Total objects Long
<sample_time> Time at which these data collected using yyyy-MM-dd'T'HH:mm:ss'Z' format String
<uptodate_till> Time till which the data is consistent. This has an unexpected value during data reconstruction. String
<TagSet> Tags - list of tags set for the Bucket
<Tag>     0-* Elements
<Key> The key of a tag String
<Value> The value of a tag String
</Tag>      
</TagSet>
<total_mpu_size> Total MPU size Double
<total_mpu_parts> Total MPU parts Long
<billingStats> This is invoked when the media type is XML. WARNING:This method should not be used outside this class.Instead use toMap() method JAXBElement 0-* Elements
</bucket_billing_info>      
</bucket_billing_infos>