DataAccessRuntime

Application ServerEnterpriseJava EEMiddlewareOracleWebLogic

Properties

Name Type Description
name string Data access runtime name
availableDataTypes array Types of diagnostic data available for querying
View JSON Schema on GitHub

JSON Schema

weblogic-dataaccessruntime-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DataAccessRuntime",
  "title": "DataAccessRuntime",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Data access runtime name"
    },
    "availableDataTypes": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Types of diagnostic data available for querying"
    }
  }
}