master
json 63 lines 1.13 KB
Raw
1 {
2 "vnode": "ok",
3 "update_every": 123,
4 "autodetection_retry": 123,
5 "url": "ok",
6 "body": "ok",
7 "method": "ok",
8 "headers": {
9 "ok": "ok"
10 },
11 "username": "ok",
12 "password": "ok",
13 "bearer_token_file": "ok",
14 "proxy_url": "ok",
15 "proxy_username": "ok",
16 "proxy_password": "ok",
17 "timeout": 123.123,
18 "not_follow_redirects": true,
19 "tls_ca": "ok",
20 "tls_cert": "ok",
21 "tls_key": "ok",
22 "tls_skip_verify": true,
23 "force_http2": true,
24 "discovery_interval": 123.123,
25 "tag_categories": [
26 "Environment",
27 "Business*"
28 ],
29 "custom_attributes": [
30 "Owner",
31 "Cost Center"
32 ],
33 "collect_datastore_clusters": true,
34 "datastore_cluster_include": [
35 "/*"
36 ],
37 "collect_vsan": true,
38 "vsan_cluster_include": [
39 "/DC1/Cluster*",
40 "vsan_uuid:cluster-uuid"
41 ],
42 "vsan_host_include": [
43 "/DC1/Cluster*/Host*",
44 "vsan_node_uuid:host-uuid"
45 ],
46 "vsan_vm_include": [
47 "/DC1/Cluster*/Host*/VM*",
48 "instance_uuid:vm-uuid"
49 ],
50 "collect_network_topology": true,
51 "host_include": [
52 "ok"
53 ],
54 "vm_include": [
55 "ok"
56 ],
57 "datastore_include": [
58 "ok"
59 ],
60 "cluster_include": [
61 "ok"
62 ]
63 }