traefik/pkg/api/testdata/overview-empty.json

54 lines
672 B
JSON
Raw Permalink Normal View History

2019-07-12 05:10:03 -04:00
{
"features": {
"accessLog": false,
"metrics": "",
2023-05-15 10:38:05 -04:00
"tracing": ""
2019-07-12 05:10:03 -04:00
},
"http": {
"middlewares": {
"errors": 0,
"total": 0,
"warnings": 0
},
"routers": {
"errors": 0,
"total": 0,
"warnings": 0
},
"services": {
"errors": 0,
"total": 0,
"warnings": 0
}
},
"tcp": {
2021-06-11 09:30:05 -04:00
"middlewares": {
"errors": 0,
"total": 0,
"warnings": 0
},
2019-07-12 05:10:03 -04:00
"routers": {
"errors": 0,
"total": 0,
"warnings": 0
},
"services": {
"errors": 0,
"total": 0,
"warnings": 0
}
2020-02-26 05:12:06 -05:00
},
"udp": {
"routers": {
"errors": 0,
"total": 0,
"warnings": 0
},
"services": {
"errors": 0,
"total": 0,
"warnings": 0
}
2019-07-12 05:10:03 -04:00
}
}