GET Control Account Bucket Utilization
- 18 Nov 2024
- 1 Minute to read
- Print
- PDF
GET Control Account Bucket Utilization
- Updated on 18 Nov 2024
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Return all daily utilizations broken down into per-bucket components for the control account.
When setting a date range, the period between the "from" and "to" query cannot be more than 60 days.
URL (GET)
GET /v1/control-account/bucket-utilizations
Sample Output
{
"BucketUtilizationNum": 6947980,
"AcctNum": 101430,
"AcctPlanNum": 0,
"BucketNum": 1011082,
"StartTime": "2019-12-26T00:00:00Z",
"EndTime": "2019-12-27T00:00:00Z",
"CreateTime": "2019-12-27T08:11:13Z",
"NumBillableObjects": 1,
"NumBillableDeletedObjects": 0,
"RawStorageSizeBytes": 1073741824,
"PaddedStorageSizeBytes": 1073741824,
"MetadataStorageSizeBytes": 48,
"DeletedStorageSizeBytes": 0,
"OrphanedStorageSizeBytes": 0,
"NumAPICalls": 132,
"UploadBytes": 1077661331,
"DownloadBytes": 106958,
"StorageWroteBytes": 1073741824,
"StorageReadBytes": 0,
"NumGETCalls": 0,
"NumPUTCalls": 0,
"NumDELETECalls": 0,
"NumLISTCalls": 0,
"NumHEADCalls": 0,
"DeleteBytes": 0,
"Bucket": "1.bug2189",
“[Include new delete time property introduced recently for Sub-Accounts]
"Region": "us-east-1"
}