Skip to main content
POST
/
v1
/
config
Compile and apply config on this node
curl --request POST \
  --url http://127.0.0.1:22100/v1/config \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "generation": 123,
  "scope": "local"
}

Authorizations

Authorization
string
header
required

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

Body

application/json

Raw Arc config JSON document.

Response

Applied locally

generation
integer<int64>
required
scope
enum<string>
required
Available options:
local