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
Key | Datatype | Required | Description |
---|---|---|---|
compartmentId | string | The 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. | |||
timeStart | string | The start time to use for the request. If no time range | |
is set for this request, the most recent complete usage | |||
record is returned. | |||
timeEnd | string | The end time to use for the request. | |
limit | number | The maximum number of items to return. | |
page | string | The page token representing the page at which to start | |
retrieving results. This is usually retrieved from a previous | |||
list call. | |||
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | The client request ID for tracing. | |
Accept | string |
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}]}