Gets the number of table statistics categorized by statistics status.
GET {{baseUrl}}/managedDatabases/:managedDatabaseId/tableStatistics
Lists the database table statistics grouped by different statuses such as Not Stale Stats, Stale Stats, and No Stats. This also includes the percentage of each status.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
opc-request-id | string | The client request ID for tracing. | |
opc-named-credential-id | string | The OCID of the Named Credential. | |
Accept | string |
RESPONSES
status: OK
{"items":[{"type":"NOT_STALE","count":"\u003cinteger\u003e","percentage":"\u003cdouble\u003e"},{"type":"STALE","count":"\u003cinteger\u003e","percentage":"\u003cdouble\u003e"}]}