| 1 | { |
| 2 | "vnode": "firewall-a", |
| 3 | "update_every": 60, |
| 4 | "autodetection_retry": 0, |
| 5 | "url": "https://192.0.2.1", |
| 6 | "body": "", |
| 7 | "method": "", |
| 8 | "timeout": 3, |
| 9 | "not_follow_redirects": false, |
| 10 | "api_key": "test-api-key", |
| 11 | "username": "netdata", |
| 12 | "password": "secret", |
| 13 | "bearer_token_file": "", |
| 14 | "vsys": "vsys1", |
| 15 | "tls_skip_verify": true, |
| 16 | "tls_ca": "/tmp/ca.pem", |
| 17 | "tls_cert": "/tmp/cert.pem", |
| 18 | "tls_key": "/tmp/key.pem", |
| 19 | "force_http2": false, |
| 20 | "proxy_url": "http://proxy.local:8080", |
| 21 | "proxy_username": "", |
| 22 | "proxy_password": "", |
| 23 | "headers": { |
| 24 | "X-Test": "test" |
| 25 | } |
| 26 | } |