get_config_history
Retrieve historical change records for specific configurations in Nacos MCP Server by providing namespace, group, and data ID. Essential for tracking and auditing configuration updates.
Instructions
This interface retrieves a specific historical change record of a configuration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dataId | Yes | The dataId of config, Required. | |
groupName | Yes | The groupName of config, Required. | |
namespaceId | No | The namespaceId of configs, default is `public` if missing | |
nid | No | the actual id of config history record, Get from list config history api/tool, `id` field. |