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

KeyDatatypeRequiredDescription
opc-request-idstringThe client request ID for tracing.
opc-named-credential-idstringThe OCID of the Named Credential.
Acceptstring

RESPONSES

status: OK

{"items":[{"type":"NOT_STALE","count":"\u003cinteger\u003e","percentage":"\u003cdouble\u003e"},{"type":"STALE","count":"\u003cinteger\u003e","percentage":"\u003cdouble\u003e"}]}