Get
/v1/usages/{utilizationId}
The “Get Usages by ID” method is used to read a specific utilization record from WACM. The purpose of “Get Usages by ID” is to allow users to access the information of a specific utilization record by providing its WACM ID.
Limitations include: A Sub-Account member cannot read its own usage record, only the parent account users have access to perform this action.
Security
HTTP
Type basic
Path parameters
utilizationId
integerRequired
Usage ID
Example324334
Responses
200
OK
string
Example{
"id": 324334,
"startTime": "2022-12-06",
"endTime": "2022-12-07",
"activeStorage": 0,
"deletedStorage": 0,
"storageWrote": 0,
"storageRead": 0,
"activeObjects": 0,
"deletedObjects": 0,
"egress": 0,
"ingress": 0,
"apiCalls": 0,
"subAccountId": 12345,
"subAccountName": "",
"subAccountEmail": "",
"channelAccountId": null,
"channelAccountName": null,
"channelAccountEmail": null,
"controlAccountId": 6789,
"controlAccountName": "",
"controlAccountEmail": "",
"governanceAccountId": null,
"governanceAccountName": null,
"wasabiAccountNumber": 676040
}