GetTopicInfluence
Identify and retrieve baseline instances influenced by a specific event using event ID to analyze impact within DataWorks MCP Server environments.
Instructions
获取事件影响的基线实例列表
Input Schema
Name | Required | Description | Default |
---|---|---|---|
TopicId | No | 事件的ID |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"TopicId": {
"description": "事件的ID"
}
},
"type": "object"
}