list_config_history
Retrieve the full publish history of a configuration in Nacos MCP Server by specifying page number, size, namespaceId, groupName, and dataId for detailed tracking and analysis.
Instructions
This interface retrieves the complete publish history of a configuration.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
dataId | Yes | The dataId pattern of config, required. | |
groupName | Yes | The groupName pattern of config, required. | |
namespaceId | No | The namespaceId of config, default is `public` if missing | |
pageNo | Yes | The current page number, default is 1. | |
pageSize | Yes | The size of config history records in each page, default is 100 |