Skip to main content
Glama

DolphinScheduler MCP Server

by ocean-zhc
01_alert_schemas.json10.4 kB
{ "components": { "schemas": { "AlertPluginInstance": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "pluginDefineId": { "type": "integer", "format": "int32" }, "instanceName": { "type": "string" }, "pluginInstanceParams": { "type": "string" }, "instanceType": { "type": "string", "enum": [ "NORMAL", "GLOBAL" ] }, "warningType": { "type": "string", "enum": [ "NONE", "SUCCESS", "FAILURE", "ALL", "GLOBAL" ] }, "createTime": { "type": "string", "format": "date-time" }, "updateTime": { "type": "string", "format": "date-time" } } }, "ResultAlertPluginInstance": { "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "msg": { "type": "string" }, "data": { "$ref": "#/components/schemas/AlertPluginInstance" }, "failed": { "type": "boolean" }, "success": { "type": "boolean" } } }, "AlertGroup": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "groupName": { "type": "string" }, "alertInstanceIds": { "type": "string" }, "description": { "type": "string" }, "createTime": { "type": "string", "format": "date-time" }, "updateTime": { "type": "string", "format": "date-time" }, "createUserId": { "type": "integer", "format": "int32" } } }, "ResultAlertGroup": { "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "msg": { "type": "string" }, "data": { "$ref": "#/components/schemas/AlertGroup" }, "failed": { "type": "boolean" }, "success": { "type": "boolean" } } }, "AlertPluginInstanceVO": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "pluginDefineId": { "type": "integer", "format": "int32" }, "instanceName": { "type": "string" }, "instanceType": { "type": "string" }, "warningType": { "type": "string" }, "pluginInstanceParams": { "type": "string" }, "createTime": { "type": "string", "format": "date-time" }, "updateTime": { "type": "string", "format": "date-time" }, "alertPluginName": { "type": "string" } } }, "PageInfoAlertPluginInstanceVO": { "type": "object", "properties": { "totalList": { "type": "array", "items": { "$ref": "#/components/schemas/AlertPluginInstanceVO" } }, "total": { "type": "integer", "format": "int32" }, "totalPage": { "type": "integer", "format": "int32" }, "pageSize": { "type": "integer", "format": "int32" }, "currentPage": { "type": "integer", "format": "int32" }, "pageNo": { "type": "integer", "format": "int32" } } }, "ResultPageInfoAlertPluginInstanceVO": { "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "msg": { "type": "string" }, "data": { "$ref": "#/components/schemas/PageInfoAlertPluginInstanceVO" }, "failed": { "type": "boolean" }, "success": { "type": "boolean" } } }, "ResultListAlertPluginInstanceVO": { "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "msg": { "type": "string" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/AlertPluginInstanceVO" } }, "failed": { "type": "boolean" }, "success": { "type": "boolean" } } }, "PageInfoAlertGroup": { "type": "object", "properties": { "totalList": { "type": "array", "items": { "$ref": "#/components/schemas/AlertGroup" } }, "total": { "type": "integer", "format": "int32" }, "totalPage": { "type": "integer", "format": "int32" }, "pageSize": { "type": "integer", "format": "int32" }, "currentPage": { "type": "integer", "format": "int32" }, "pageNo": { "type": "integer", "format": "int32" } } }, "ResultPageInfoAlertGroup": { "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "msg": { "type": "string" }, "data": { "$ref": "#/components/schemas/PageInfoAlertGroup" }, "failed": { "type": "boolean" }, "success": { "type": "boolean" } } }, "ResultListAlertGroup": { "type": "object", "properties": { "code": { "type": "integer", "format": "int32" }, "msg": { "type": "string" }, "data": { "type": "array", "items": { "$ref": "#/components/schemas/AlertGroup" } }, "failed": { "type": "boolean" }, "success": { "type": "boolean" } } } } } }

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