Get
/v1/control-accounts/usages
The “Get Control Account Usage” method is used to read all utilization records of Control Accounts from WACM. The purpose of “Get Control Account Usage” is to allow users to list all the usage records of the Control Accounts under them and filter them by using the supported query parameters.
Limitations include: No option for getting the Control Account + Sub-Accounts utilization records.
Security
HTTP
Type basic
Query parameters
page
integer
Example5
size
integer
Example5
governanceAccountId
integer
Example1245
controlAccountId
integer
Example13455
latest
boolean
Exampletrue
from
string (date)
Example2024-05-05
to
string (date)
Example2024-06-06
wasabiAccountNumber
integer
Example345467
Responses
200
OK
string
Example{
"id": 4291627,
"startTime": "2024-01-31",
"endTime": "2024-02-29",
"activeStorage": 0,
"deletedStorage": 0,
"storageWrote": 0,
"storageRead": 0,
"activeObjects": 0,
"deletedObjects": 0,
"egress": 0,
"ingress": 0,
"apiCalls": 0,
"subAccountId": 12345,
"subAccountName": "",
"subAccountEmail": "",
"channelAccountId": 6789,
"channelAccountName": "",
"channelAccountEmail": "",
"controlAccountId": 13455,
"controlAccountName": "",
"controlAccountEmail": "",
"governanceAccountId": 1245,
"governanceAccountName": "",
"wasabiAccountNumber": 345467
}