summaryrefslogtreecommitdiffstats
path: root/routing-generator/src/test/resources/nginx-health-output-all-up.json
blob: a7a635d9ae374685edd7fc2ead3cbdf91be1b9d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
{"servers": {
  "total": 2,
  "generation": 1,
  "server": [
    {"index": 0, "upstream": "gateway.prod.music.vespa.us-east-2.prod", "name": "10.78.114.166:4080", "status": "up", "rise": 0, "fall": 1, "type": "http", "port": 0},
    {"index": 1, "upstream": "gateway.prod.music.vespa.us-east-2.prod", "name": "10.78.115.68:4080", "status": "up", "rise": 2, "fall": 0, "type": "http", "port": 0}
  ]
}}