Get
/v1/sub-accounts/{subAccountId}/buckets
The “Get Bucket Utilization” method is used to read all bucket utilization records of a Sub-Account from WACM. The purpose of “Get Bucket Utilization” is to allow users to list all the bucket usage records of a specific Sub-Account under them and filter them by using the supported query parameters.
Limitations include: The users need to specify a Sub-Account ID; they cannot read all bucket utilization records of all their Sub-Accounts at once.
Security
HTTP
Type basic
Path parameters
subAccountId
Required
Example23423
Query parameters
page
Example1
size
Example2
from
Example2024-01-04
to
Example2024-01-06
latest
boolean
Exampletrue
name
ExamplebucketName
bucketNumber
Example342353
region
Exampleus-east-3
Responses
200
OK
string
Example{ "id": ########, "startTime": "2024-08-18", "endTime": "2024-08-19", "activeStorage": 0.09765625004, "deletedStorage": 0, "storageWrote": 0, "storageRead": 0, "activeObjects": 1, "deletedObjects": 0, "egress": 0, "ingress": 0, "apiCalls": 0, "name": "", "region": "us-east-1", "bucketNumber": #######, "bucketDeleteTime": null }