IBM WebSphere · JSON Structure

Websphere Admin Rest Data Source Structure

Type: object Properties: 6
Application ServerCloud NativeEnterprise JavaJ2EEMicroservicesMiddleware

DataSource is a JSON Structure definition published by IBM WebSphere, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name jndiName databaseType jdbcProvider connectionPool status

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "DataSource",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "jndiName": {
      "type": "string"
    },
    "databaseType": {
      "type": "string"
    },
    "jdbcProvider": {
      "type": "string"
    },
    "connectionPool": {
      "type": "object"
    },
    "status": {
      "type": "string"
    }
  }
}