cURL
curl --request POST \ --url http://127.0.0.1:22100/v1/cluster/config \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{}'
{ "ok": true, "generation": 123, "validated": 123, "committed": 123, "quorum": 123, "scope": "http_push", "reason": "<string>" }
Two-phase push with peer validate then commit. Only allowed when node role is leader.
leader
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Raw Arc config JSON document.
Push accepted
http_push
gossip