Get Control Account Bucket Utilization

Prev Next
Get
/v1/control-accounts/{controlAccountId}/buckets

The “Get Control Account Bucket Utilization” method is used to read all bucket utilization records of a Control Account from WACM. The purpose of “Get Control Account Bucket Utilization” is to allow users to list all the bucket usage records of a specific Control Account under them and filter them by using the supported query parameters.

Limitations include: The users need to specify a Control Account ID; they cannot read all bucket utilization records of all their Control Accounts at once.

Security
HTTP
Type basic
Path parameters
controlAccountId
Required
Example3435
Query parameters
page
Example4
size
Example1
from
Example2024-08-30
to
Example2024-08-31
latest
boolean
Exampletrue
name
ExampleName
bucketNumber
Example340544
region
Exampleus-east-1
Responses
200

OK

string
Example{ "id": 531387, "startTime": "2024-08-27", "endTime": "2024-08-28", "activeStorage": 8.626967E-05, "deletedStorage": 0, "storageWrote": 0, "storageRead": 0, "activeObjects": 270, "deletedObjects": 0, "egress": 0, "ingress": 0, "apiCalls": 0, "name": "", "region": "us-east-1", "bucketNumber": 8572991, "bucketDeleteTime": null }