master
json 35 lines 614 Bytes
Raw
1 {
2 "vnode": "ok",
3 "update_every": 123,
4 "url": "ok",
5 "body": "ok",
6 "method": "ok",
7 "headers": {
8 "ok": "ok"
9 },
10 "username": "ok",
11 "password": "ok",
12 "bearer_token_file": "ok",
13 "proxy_url": "ok",
14 "proxy_username": "ok",
15 "proxy_password": "ok",
16 "timeout": 123.123,
17 "not_follow_redirects": true,
18 "tls_ca": "ok",
19 "tls_cert": "ok",
20 "tls_key": "ok",
21 "tls_skip_verify": true,
22 "force_http2": true,
23 "status_accepted": [
24 123
25 ],
26 "response_match": "ok",
27 "cookie_file": "ok",
28 "header_match": [
29 {
30 "exclude": true,
31 "key": "ok",
32 "value": "ok"
33 }
34 ]
35 }