master
json 25 lines 485 Bytes
Raw
1 {
2 "vnode": "ok",
3 "update_every": 123,
4 "autodetection_retry": 123,
5 "healthz_check": "ok",
6 "url": "ok",
7 "body": "ok",
8 "method": "ok",
9 "headers": {
10 "ok": "ok"
11 },
12 "username": "ok",
13 "password": "ok",
14 "bearer_token_file": "ok",
15 "proxy_url": "ok",
16 "proxy_username": "ok",
17 "proxy_password": "ok",
18 "timeout": 123.123,
19 "not_follow_redirects": true,
20 "tls_ca": "ok",
21 "tls_cert": "ok",
22 "tls_key": "ok",
23 "tls_skip_verify": true,
24 "force_http2": true
25 }