Oracle Database · Schema

WaitClassMetricList

CloudDatabaseEnterpriseOracleREST APISQL

Properties

Name Type Description
items array
View JSON Schema on GitHub

JSON Schema

oracle-database-waitclassmetriclist-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/WaitClassMetricList",
  "title": "WaitClassMetricList",
  "type": "object",
  "properties": {
    "items": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "wait_class": {
            "type": "string"
          },
          "average_waiter_count": {
            "type": "number"
          },
          "dbtime_in_wait": {
            "type": "number"
          }
        }
      }
    }
  }
}