GetAlertMessage
Retrieve detailed alert information by specifying AlertId to monitor and manage alerts within the DataWorks MCP Server effectively.
Instructions
查询报警信息
Input Schema
Name | Required | Description | Default |
---|---|---|---|
AlertId | Yes | 报警ID,可调用[ListAlertMessages](~~173961~~)获取 |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"AlertId": {
"description": "报警ID,可调用[ListAlertMessages](~~173961~~)获取",
"type": "string"
}
},
"required": [
"AlertId"
],
"type": "object"
}