Get Nacos config history detail
nacos_get_config_history_detailRetrieve the full content and metadata of a specific historical configuration revision using its revision id and data ID. Pass optional group and namespace to locate the exact past version.
Instructions
Read the content and metadata of one historical revision of a configuration entry. Use the revision id (nid) returned by nacos_list_config_history. Compatible with Nacos 1.x, 2.x and 3.x.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| nid | Yes | Revision id of the history entry, from nacos_list_config_history. | |
| group | No | Configuration group, e.g. DEFAULT_GROUP. | |
| dataId | Yes | Configuration data ID, e.g. application.yaml. | |
| namespaceId | No | Namespace (tenant) ID. Omit to use the namespace configured for this server. The default namespace is "" on Nacos 1.x/2.x and "public" on Nacos 3.x; both are accepted. |