获取配置
GET
/nacos/v1/cs/configs获取Nacos上的配置。
请求参数
Query Params
dataId
string
required
配置 ID。
Example:
nacos.example
group
string
required
配置分组。
Example:
com.alibaba.nacos'
tenant
string
optional
租户信息,对应 Nacos 的命名空间ID字段。
示例代码
Responses
成功(200)
HTTP 状态码: 200
内容格式: Rawtext/plain
Example
contentTest
Last modified: 2 年前