Oracle WebLogic Server · Schema
JDBCDataSourceRuntime
Application ServerEnterpriseJava EEMiddlewareOracle
Properties
| Name | Type | Description |
|---|---|---|
| name | string | Data source name |
| state | string | Data source state |
| enabled | boolean | |
| activeConnectionsCurrentCount | integer | Current number of active connections |
| activeConnectionsHighCount | integer | Highest number of active connections |
| activeConnectionsAverageCount | integer | Average number of active connections |
| connectionsTotalCount | integer | Total connections created |
| currCapacity | integer | Current connection pool capacity |
| numAvailable | integer | Number of available connections |
| numUnavailable | integer | Number of unavailable connections |
| highestNumAvailable | integer | |
| highestNumUnavailable | integer | |
| waitingForConnectionCurrentCount | integer | Current threads waiting for a connection |
| waitingForConnectionHighCount | integer | |
| waitSecondsHighCount | integer | Highest wait time in seconds for a connection |
| connectionDelayTime | integer | Average time to create a connection |
| failedReserveRequestCount | integer | Number of failed connection reserve requests |
| failuresToReconnectCount | integer | Number of failed reconnection attempts |
| leakedConnectionCount | integer | Number of leaked connections detected |
| prepStmtCacheCurrentSize | integer | Current prepared statement cache size |
| links | array |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/JDBCDataSourceRuntime",
"title": "JDBCDataSourceRuntime",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Data source name"
},
"state": {
"type": "string",
"description": "Data source state",
"enum": [
"Running",
"Suspended",
"Shutdown",
"Overloaded",
"Unknown"
]
},
"enabled": {
"type": "boolean"
},
"activeConnectionsCurrentCount": {
"type": "integer",
"description": "Current number of active connections"
},
"activeConnectionsHighCount": {
"type": "integer",
"description": "Highest number of active connections"
},
"activeConnectionsAverageCount": {
"type": "integer",
"description": "Average number of active connections"
},
"connectionsTotalCount": {
"type": "integer",
"description": "Total connections created"
},
"currCapacity": {
"type": "integer",
"description": "Current connection pool capacity"
},
"numAvailable": {
"type": "integer",
"description": "Number of available connections"
},
"numUnavailable": {
"type": "integer",
"description": "Number of unavailable connections"
},
"highestNumAvailable": {
"type": "integer"
},
"highestNumUnavailable": {
"type": "integer"
},
"waitingForConnectionCurrentCount": {
"type": "integer",
"description": "Current threads waiting for a connection"
},
"waitingForConnectionHighCount": {
"type": "integer"
},
"waitSecondsHighCount": {
"type": "integer",
"description": "Highest wait time in seconds for a connection"
},
"connectionDelayTime": {
"type": "integer",
"description": "Average time to create a connection"
},
"failedReserveRequestCount": {
"type": "integer",
"description": "Number of failed connection reserve requests"
},
"failuresToReconnectCount": {
"type": "integer",
"description": "Number of failed reconnection attempts"
},
"leakedConnectionCount": {
"type": "integer",
"description": "Number of leaked connections detected"
},
"prepStmtCacheCurrentSize": {
"type": "integer",
"description": "Current prepared statement cache size"
},
"links": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Link"
}
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/oracle-weblogic-jdbcdatasourceruntime"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.