GET Control Account Utilizations

Prev Next

Return daily utilization for the control account. 

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)  }
        }
       
}