Changes to Get Namespace Billing Sample
Retrieves the billing details for a list of namespace's.
Path Parameter Changes
namespace | Namespace to get information about |
Query Parameter Changes
start_time | Starting 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_time | Ending 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_detail | Optional (default=false). If true, include information about
all the buckets owned by this namespace. |
marker | Optional, Used to continue a truncated response. Omit this
parameter on the first request. |
sizeunit | Unit 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. |
Long |
|
<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 |
|
<objects_created> |
Number of objects created |
Long |
|
<objects_deleted> |
Number of objects deleted |
Long |
|
<bytes_delta> |
Bytes delta |
Long |
|
<total_size> |
Total size |
Long |
|
<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 |
|
</bucket_billing_sample> |
|
|
|
<next_marker> |
Next marker |
String |
|
<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 |
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 |
|
</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. |
String |
|
</namespace_billing_sample_info> |
|
|
|
</namespace_billing_sample_infos> |
|
|
|