Get table usage info.

GET {{baseUrl}}/tables/:tableNameOrId/usage?compartmentId={{compartment_ocid}}&timeStart=2023-03-13T00:36:31.680Z&timeEnd=2023-03-13T00:36:31.680Z&limit=1000

Get table usage info.

Request Params

KeyDatatypeRequiredDescription
compartmentIdstringThe ID of a table's compartment. When a table is identified
by name, the compartmentId is often needed to provide
context for interpreting the name.
timeStartstringThe start time to use for the request. If no time range
is set for this request, the most recent complete usage
record is returned.
timeEndstringThe end time to use for the request.
limitnumberThe maximum number of items to return.
pagestringThe page token representing the page at which to start
retrieving results. This is usually retrieved from a previous
list call.

HEADERS

KeyDatatypeRequiredDescription
opc-request-idstringThe client request ID for tracing.
Acceptstring

RESPONSES

status: OK

{"items":[{"readThrottleCount":31697994,"readUnits":14688596,"secondsInPeriod":-81422199,"storageInGBs":4999916,"storageThrottleCount":-47072922,"writeThrottleCount":-89570404,"writeUnits":-54992641},{"readThrottleCount":-89545126,"readUnits":-30524430,"secondsInPeriod":-15098871,"storageInGBs":41507955,"storageThrottleCount":-72146893,"writeThrottleCount":-58020043,"writeUnits":-53344435}]}