github.com/hellofresh/janus@v0.0.0-20230925145208-ce8de8183c67/assets/stubs/upstreams/status-broken.json (about)

     1  {
     2      "request": {
     3          "method": "GET",
     4          "urlPath": "/status-broken"
     5      },
     6      "response": {
     7          "status": 503,
     8          "headers": {
     9              "Content-Type": "application/json; charset=utf-8"
    10          },
    11          "jsonBody": {
    12              "status": "Unavailable",
    13              "timestamp": "2017-07-03T14:48:14.563630521Z",
    14              "failures": {
    15                  "mongodb": "Failed during MongoDB health check"
    16              },
    17              "system": {
    18                  "version": "go1.8.3",
    19                  "goroutines_count": 15,
    20                  "total_alloc_bytes": 46186776,
    21                  "heap_objects_count": 44186,
    22                  "alloc_bytes": 5733552
    23              }
    24          }
    25      }
    26  }