EMC ECS REST API

Search (SHIFT+S)




Changes to Get Namespace Billing Info

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


Path Parameter Changes

namespaceNamespace to get information about

Query Parameter Changes

include_bucket_detailOptional (default=false). If true, include information about all the buckets owned by this namespace. When bucket details are included, the total size on disk can be different to the total size without bucket details. This is due to bucket size being rounded and summed to give the total size.
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_infos>
<bucket_billing_info>     0-* Elements
<name> Bucket name String
<namespace> Namespace String
<vpool_id> Replication group String
<total_size> Total size Long
<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
<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>
</bucket_billing_info>      
<next_marker> get total provisioned capacity. String
<total_size> get total provisioned capacity. Long
<total_size_unit> gets unit of total provisioned capacity. String
<total_objects> get total provisioned capacity. Long
<namespace> Namespace String
<sample_time> Time at which these data collected using yyyy-MM-dd'T'HH:mm:ss'Z' format String
<namespace_billing_info>     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 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
</bucket_billing_info>      
<next_marker> get total provisioned capacity. String
<total_size> get total provisioned capacity. Double
<total_size_unit> gets unit of total provisioned capacity. String
<total_objects> get total provisioned capacity. Long
<namespace> Namespace String
<sample_time> Time at which these data collected using yyyy-MM-dd'T'HH:mm:ss'Z' format String
<total_mpu_size> Total MPU size Double
<total_mpu_parts> Total MPU parts Long
<uptodate_till> Time till which the data is consistent. String
</namespace_billing_info>      
</namespace_billing_infos>