GET Control Account Bucket Utilization
    • 08 Mar 2024
    • PDF

    GET Control Account Bucket Utilization

    • PDF

    Article Summary

    Return all daily utilizations broken down into per-bucket components for the control account.

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



    What's Next