check-patroni/tests/json/cluster_node_count_warning.json

24 lines
457 B
JSON
Raw Normal View History

2021-08-11 19:09:14 +02:00
{
"members": [
{
"name": "srv1",
"role": "leader",
"state": "running",
"api_url": "https://10.20.199.3:8008/patroni",
"host": "10.20.199.3",
"port": 5432,
"timeline": 51
},
{
"name": "srv2",
"role": "replica",
"state": "streaming",
2021-08-11 19:09:14 +02:00
"api_url": "https://10.20.199.4:8008/patroni",
"host": "10.20.199.4",
"port": 5432,
"timeline": 51,
"lag": 0
}
]
}