Skip to main content
Glama

DolphinScheduler MCP Server

by ocean-zhc
05_ui_plugin_api.json2.56 kB
{ "paths": { "/ui-plugins/{id}": { "get": { "tags": [ "UI插件相关操作" ], "summary": "queryUiPluginDetailById", "description": "通过ID查询UI插件详情", "operationId": "queryUiPluginDetailById", "parameters": [ { "name": "id", "in": "path", "description": "插件ID", "required": true, "schema": { "type": "integer", "format": "int32" } } ], "responses": { "201": { "description": "Created", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Result" } } } } } } }, "/ui-plugins/query-by-type": { "get": { "tags": [ "UI插件相关操作" ], "summary": "queryUiPluginsByType", "description": "通过类型查询UI插件", "operationId": "queryUiPluginsByType", "parameters": [ { "name": "pluginType", "in": "query", "description": "pluginType", "required": true, "schema": { "type": "string", "enum": [ "ALERT", "REGISTER", "TASK" ] } } ], "responses": { "201": { "description": "Created", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Result" } } } } } } } } }

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