Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Changes to Get Bucket Billing Sample

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


Path Parameter Changes

namespaceNamespace containing the bucket
bucketNameBucket name

Response Payload Changes

Field Description Type Notes
<bucket_billing_sample_infos>
<namespace> Namespace String
<name> Bucket name String
<vpool_id> Replication group identifier String
<sample_start_time> Sample start time String
<sample_end_time> Sample end time String
<uptodate_till> Consistent Time. This has an unexpected value during data reconstruction. String
<objects_created> Number of objects created Long
<objects_deleted> Number of objects deleted Long
<bytes_delta> Bytes delta Long
<total_size> Total size Double
<total_size_unit> Total size unit String
<total_objects> Total objects Long
<ingress> Ingress Long
<egress> Egress Long
<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>
<next_marker> Next marker String
<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_sample_info>     0-* Elements
<namespace> Namespace String
<name> Bucket name String
<vpool_id> Replication group identifier String
<sample_start_time> Sample start time String
<sample_end_time> Sample end time String
<uptodate_till> Consistent Time. This has an unexpected value during data reconstruction. String
<objects_created> Number of objects created Long
<objects_deleted> Number of objects deleted Long
<bytes_delta> Bytes delta Long
<total_size> Total size Double
<total_size_unit> Total size unit String
<total_objects> Total objects Long
<ingress> Ingress Long
<egress> Egress Long
<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>
<next_marker> Next marker String
<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_sample_info>      
</bucket_billing_sample_infos>