Skip to main content
Glama

DolphinScheduler MCP Server

by ocean-zhc
09_remaining_10_schemas.json3.77 kB
{ "components": { "schemas": { "DatabaseMetrics": { "type": "object", "properties": { "dbType": { "type": "string", "enum": [ "MYSQL", "MARIADB", "ORACLE", "ORACLE_12C", "DB2", "H2", "HSQL", "SQLITE", "POSTGRE_SQL", "SQL_SERVER2005", "SQL_SERVER", "DM", "XU_GU", "KINGBASE_ES", "PHOENIX", "GAUSS", "CLICK_HOUSE", "GBASE", "GBASE_8S", "GBASEDBT", "GBASE_INFORMIX", "OSCAR", "SYBASE", "OCEAN_BASE", "FIREBIRD", "HIGH_GO", "CUBRID", "GOLDILOCKS", "CSIIDB", "SAP_HANA", "IMPALA", "VERTICA", "XCloud", "OTHER" ] }, "state": { "type": "string", "enum": [ "YES", "NO" ] }, "maxConnections": { "type": "integer", "format": "int64" }, "maxUsedConnections": { "type": "integer", "format": "int64" }, "threadsConnections": { "type": "integer", "format": "int64" }, "threadsRunningConnections": { "type": "integer", "format": "int64" }, "date": { "type": "string", "format": "date-time" } } }, "DqRule": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "type": { "type": "integer", "format": "int32" }, "ruleJson": { "type": "string" }, "userId": { "type": "integer", "format": "int32" }, "userName": { "type": "string" }, "createTime": { "type": "string", "format": "date-time" }, "updateTime": { "type": "string", "format": "date-time" } } } } } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ocean-zhc/dolphinscheduler-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server