HTTP API: curl localhost:6666/proxies -H "Content-Type: application/json" | jq .
CLI: toxiproxy-cli -h localhost:6666 list
HTTP API: curl localhost:6666/proxies/raft_core_1 -H "Content-Type: application/json" | jq .
CLI: toxiproxy-cli -h localhost:6666 inspect raft_core_1
HTTP API: curl localhost:6666/proxies/raft_core_1/toxics -H "Content-Type: application/json" | jq .
CLI: toxiproxy-cli -h localhost:6666 inspect raft_core_1
HTTP API: curl localhost:6666/proxies/raft_core_1/toxics -H "Content-Type: application/json" | jq .
CLI: toxiproxy-cli -h localhost:6666 inspect raft_core_1
HTTP API: curl localhost:6666/version -H "Content-Type: application/json"
CLI: toxiproxy-cli -h localhost:6666 --version
HTTP API: curl localhost:6666/metrics -H "Content-Type: application/json"