GET Control Account Utilizations
- 18 Nov 2024
- 1 Minute to read
- Print
- PDF
GET Control Account Utilizations
- 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 daily utilization 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/utilizations
Sample Output
{
"UtilizationNum": 41411687,
"AcctNum": 139571,
"AcctPlanNum": 410632,
"StartTime": "2022-06-28T00:00:00Z",
"EndTime": "2022-06-29T00:00:00Z",
"CreateTime": "2022-06-29T07:45:55Z",
"NumBillableObjects": 148728,
"NumBillableDeletedObjects": 58078,
"RawStorageSizeBytes": 451675516381,
"PaddedStorageSizeBytes": 451677916477,
"MetadataStorageSizeBytes": 28436664,
"DeletedStorageSizeBytes": 434308456,
"OrphanedStorageSizeBytes": 0,
"MinStorageChargeBytes": 647805274635,
"NumAPICalls": 0,
"UploadBytes": 0,
"DownloadBytes": 0,
"StorageWroteBytes": 0,
"StorageReadBytes": 0,
"NumGETCalls": 0,
"NumPUTCalls": 0,
"NumDELETECalls": 0,
"NumLISTCalls": 0,
"NumHEADCalls": 0,
"DeleteBytes": 0,
"RegionalUtilizations": {
"us-central-1": {
(assume region specific utilization data here) }
}
}