cURL
curl --request GET \ --url http://127.0.0.1:22100/v1/config/longpoll \ --header 'Authorization: Bearer <token>'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
传递 since 的另一种方式。
since
最近一次已知代际。
x >= 0
等待超时时间(毫秒)。
1 <= x <= 120000
配置已变化,返回新配置
原始 Arc 配置 JSON 文档。