- 11 Sep 2024
- 1 Minute to read
- Print
- PDF
Common Payloads With WACM Connect
- Updated on 11 Sep 2024
- 1 Minute to read
- Print
- PDF
WACM pulls in usage metrics once daily at both a per-bucket and per-account level. Wasabi systems store these records indefinitely, and can they be retrieved on-demand. The metrics available are:
{
...
"startTime": "2022-02-24",
"endTime": "2022-02-25",
"activeStorage": 30.76953311259,
"deletedStorage": 0,
"storageWrote": 0,
"storageRead": 0,
"activeObjects": 31507,
"deletedObjects": 0,
"egress": 0,
"ingress": 0,
"apiCalls": 0,
...
}
startTime is the time period that begins the utilization record. “2022-02-24" in the startTime property is at 00:00:00.
endTime is the time period that ends the utilization record. "2022-02-25" in the endTime property is at 00:00:00.
activeStorage is made up of the objects you are currently storing. These metrics are reported in TB.
deletedStorage is made up of the objects you have deleted that have not satisfied the minimum storage duration policy. These metrics are reported in TB.
activeObjects is the number of objects that are actively associated with the account/bucket as of midnight UTC at the time the calculation was made. This number is the total objects under storage and NOT new objects uploaded that day.
deletedObjects is the number of objects that are deleted associated with the account/bucket as of midnight UTC at the time the calculation was made. This number is the total objects under storage and NOT new objects uploaded that day.
storageWrote, storageRead, egress, ingress, apiCalls, are API activity related and reflect activity done between the specified time period on that day. They are not cumulative across days, as storage metrics are. storageWrote and storageRead metrics are reported in TB. egress and ingress metrics are reported in GB.