Get
/v1/control-accounts/usages/{utilizationId}
The “Get Control Account Usage by ID” method is used to read a specific utilization record of a specific Control Account from WACM. The purpose of “Get Control Account Usage by ID” is to allow users to view only a specific record by providing its WACM ID.
Limitations include: No option for getting the Control Account + Sub-Accounts utilization records.
Security
HTTP
Type basic
Path parameters
utilizationId
integerRequired
Responses
200
OK
string
Example{
"id": 422934,
"startTime": "2021-03-24",
"endTime": "2021-03-25",
"activeStorage": 10.00000000023,
"deletedStorage": 10,
"storageWrote": 0,
"storageRead": 0,
"activeObjects": 2,
"deletedObjects": 1,
"egress": 11166.77425384521,
"ingress": 11166.77425384521,
"apiCalls": 0,
"controlAccountId": 12345,
"controlAccountName": "",
"controlAccountEmail": "",
"governanceAccountId": 6789,
"governanceAccountName": "",
"wasabiAccountNumber": 369270
}