Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Changes to Get Namespace Billing Sample

Retrieves the billing details for a list of namespace's.


Path Parameter Changes

namespaceNamespace to get information about

Query Parameter Changes

start_timeStarting time (inclusive) for the sample(s) in ISO-8601 minute format. Must be a multiple of 5 minutes or an error will be returned.
end_timeEnding time (exclusive) for the sample(s) in ISO-8601 minute format. Must be a multiple of 5 minutes or an error will be returned.
include_bucket_detailOptional (default=false). If true, include information about all the buckets owned by this namespace.
markerOptional, Used to continue a truncated response. Omit this parameter on the first request.
sizeunitUnit to be used for calculating the size on disk (KB,MB and GB. GB is default value).

Response Payload Changes

Field Description Type Notes
<namespace_billing_sample_infos>
<namespace> Namespace String
<sample_start_time> Sample start time String
<sample_end_time> Sample end time String
<objects_created> Number of objects created Long
<objects_deleted> Number of objects deleted Long
<bytes_delta> Bytes delta Long
<total_size> get total provisioned capacity. Double
<total_size_unit> gets unit of total provisioned capacity. String
<total_objects> Total objects Long
<ingress> Total ingress Long
<egress> Long
<bucket_billing_sample>     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>      
<next_marker> Next marker String
<total_mpu_size> Total MPU size Double
<total_mpu_parts> Total MPU parts Long
<uptodate_till> Time till which the data is consistent. This has an unexpected value during data reconstruction. String
<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
<namespace_billing_sample_info>     0-* Elements
<namespace> Namespace String
<sample_start_time> Sample start time String
<sample_end_time> Sample end time String
<objects_created> Number of objects created Long
<objects_deleted> Number of objects deleted Long
<bytes_delta> Bytes delta Long
<total_size> get total provisioned capacity. Double
<total_size_unit> gets unit of total provisioned capacity. String
<total_objects> Total objects Long
<ingress> Total ingress Long
<egress> Long
<bucket_billing_sample>     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>      
<next_marker> Next marker String
<total_mpu_size> Total MPU size Double
<total_mpu_parts> Total MPU parts Long
<uptodate_till> Time till which the data is consistent. This has an unexpected value during data reconstruction. String
<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
</namespace_billing_sample_info>      
</namespace_billing_sample_infos>