Skip to main content
GET
/
v1
/
config
/
longpoll
Wait for config generation change
curl --request GET \
  --url http://127.0.0.1:22100/v1/config/longpoll \
  --header 'Authorization: Bearer <token>'
{}

Authorizations

Authorization
string
header
required

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

Headers

If-None-Match
string

Alternative way to pass since.

Query Parameters

since
integer<int64>

Last seen generation.

Required range: x >= 0
timeout_ms
integer<int64>

Wait timeout in milliseconds.

Required range: 1 <= x <= 120000

Response

Config changed and new config returned

Raw Arc config JSON document.