Skip to main content
Glama

DolphinScheduler MCP Server

by ocean-zhc
28_monitor_api.json2.33 kB
{ "paths": { "/monitor/{nodeType}": { "get": { "tags": [ "监控相关操作" ], "summary": "listServer", "description": "SERVER_LIST_NOTES", "operationId": "listServer", "parameters": [ { "name": "nodeType", "in": "path", "required": true, "schema": { "type": "string", "enum": [ "ALL_SERVERS", "MASTER", "MASTER_NODE_LOCK", "MASTER_FAILOVER_LOCK", "MASTER_TASK_GROUP_COORDINATOR_LOCK", "WORKER", "ALERT_SERVER", "ALERT_LOCK" ] } } ], "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/ResultListServer" } } } } } } }, "/monitor/databases": { "get": { "tags": [ "监控相关操作" ], "summary": "queryDatabaseState", "description": "查询数据库状态", "operationId": "queryDatabaseState", "responses": { "200": { "description": "OK", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/ResultListDatabaseMetrics" } } } } } } } } }

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