Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ListManagedMySqlDatabaseSqlDataRequest

example

Click here to see how to use ListManagedMySqlDatabaseSqlDataRequest.

Properties

endTime

endTime: string

The end time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".

Optional filterColumn

filterColumn: undefined | string

The parameter to filter results by key criteria which include :

  • AVG_TIMER_WAIT
  • SUM_TIMER_WAIT
  • COUNT_STAR
  • SUM_ERRORS
  • SUM_ROWS_AFFECTED
  • SUM_ROWS_SENT
  • SUM_ROWS_EXAMINED
  • SUM_CREATED_TMP_TABLES
  • SUM_NO_INDEX_USED
  • SUM_NO_GOOD_INDEX_USED
  • FIRST_SEEN
  • LAST_SEEN
  • HEATWAVE_OFFLOADED
  • HEATWAVE_OUT_OF_MEMORY

Optional limit

limit: undefined | number

The maximum number of records returned in the paginated response.

managedMySqlDatabaseId

managedMySqlDatabaseId: string

The OCID of the Managed MySQL Database.

Optional opcRequestId

opcRequestId: undefined | string

The client request ID for tracing.

Optional page

page: undefined | string

The page token representing the page from where the next set of paginated results are retrieved. This is usually retrieved from a previous list call.

Optional retryConfiguration

retryConfiguration: RetryConfiguration

RetryConfiguration to be used for the request NOTE : Retries are not supported for requests that have binary or stream bodies this also affects UploadManager operations For all requests with binary/stream bodies, retry attempts are not made

Optional sortBy

sortBy: SortBy

The field to sort information by. Only one sortOrder can be used. The default sort order for \u2018TIMECREATED\u2019 is descending and the default sort order for \u2018NAME\u2019 is ascending. The \u2018NAME\u2019 sort order is case-sensitive.

Optional sortOrder

sortOrder: model.SortOrders

The option to sort information in ascending (\u2018ASC\u2019) or descending (\u2018DESC\u2019) order. Ascending order is the default order.

startTime

startTime: string

The start time of the time range to retrieve the health metrics of a Managed Database in UTC in ISO-8601 format, which is "yyyy-MM-dd'T'hh:mm:ss.sss'Z'".