Skip to main content
Glama

DolphinScheduler MCP Server

by ocean-zhc
26_user_schemas.json2.68 kB
{ "components": { "schemas": { "ResultUser": { "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "msg": { "type": "string" }, "data": { "$ref": "#/components/schemas/User" }, "failed": { "type": "boolean" }, "success": { "type": "boolean" } } }, "User": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "userName": { "type": "string" }, "userPassword": { "type": "string" }, "email": { "type": "string" }, "phone": { "type": "string" }, "userType": { "type": "string", "enum": [ "ADMIN_USER", "GENERAL_USER" ] }, "tenantId": { "type": "integer", "format": "int32" }, "state": { "type": "integer", "format": "int32" }, "tenantCode": { "type": "string" }, "queueName": { "type": "string" }, "alertGroup": { "type": "string" }, "queue": { "type": "string" }, "timeZone": { "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