Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save freddielunchbird/500f5d9cec25336994dc391521056a51 to your computer and use it in GitHub Desktop.
Save freddielunchbird/500f5d9cec25336994dc391521056a51 to your computer and use it in GitHub Desktop.
mysql servers
{
"result": [{
"data_nodes": [{
"compression": "0",
"hostgroup_id": "20",
"hostname": "10.10.10.13",
"max_connections": "100",
"max_latency_ms": "0",
"max_replication_lag": "10",
"port": "3306",
"status": "ONLINE",
"use_ssl": "0",
"weight": "100"
}, {
"compression": "0",
"hostgroup_id": "10",
"hostname": "10.10.10.14",
"max_connections": "100",
"max_latency_ms": "0",
"max_replication_lag": "10",
"port": "3306",
"status": "ONLINE",
"use_ssl": "0",
"weight": "1000"
}, {
"compression": "0",
"hostgroup_id": "20",
"hostname": "10.10.10.14",
"max_connections": "100",
"max_latency_ms": "0",
"max_replication_lag": "10",
"port": "3306",
"status": "ONLINE",
"use_ssl": "0",
"weight": "1000"
}],
"errorMessage": "",
"proxysql": {
"hostname": "10.10.10.13",
"port": 6032
}
}, {
"data_nodes": [],
"errorMessage": "",
"proxysql": {
"hostname": "10.10.10.14",
"port": 6032
}
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment