跳转到主要内容
GET
/
v1
/
config
获取当前生效配置 JSON
curl --request GET \
  --url http://127.0.0.1:22100/v1/config \
  --header 'Authorization: Bearer <token>'
{}

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

请求头

If-None-Match
string

带引号的代际 ETag,例如 "123"

响应

规范化后的原始配置 JSON

原始 Arc 配置 JSON 文档。