traefik/pkg/api/testdata/tcprouters-page2.json

15 lines
216 B
JSON
Raw Normal View History

[
{
"entryPoints": [
"web"
],
"name": "baz@myprovider",
"provider": "myprovider",
"rule": "Host(`toto.bar`)",
2019-09-02 09:38:04 +00:00
"service": "foo-service@myprovider",
"status": "enabled",
"using": [
"web"
]
}
]