Check your quota usage
There are several methods to monitor your historical quota usage, which can be beneficial for billing purposes. Here are some key metrics you can check:
Your usage hours
The amount of bandwidth consumed
In addition, you can view your configured quota amounts, and what is inUse
on the quota
endpoint.
The contractId is only relevant on the commit quotas. There are no contractID for OnDemand.
Quota usage example
Endpoint: https://api.i3d.net/v3/flexMetal/quota/usage
Below is an example of an OnDemand
quota for 100x and a commit
quota of 2x.
To obtain historical usage data for a specific period, you can utilize the following endpoint: https://api.i3d.net/v3/flexMetal/usage?startDate=2025-01-01&endDate=2025-02-01
Here is a usage example: totalHours
are the billable hours. bandwidthOut
is the number of bytes that are billable for bandwidth consumption.
Last updated