Add overview to API documentation
This commit is contained in:
parent
db6e404bda
commit
b243d1c599
1 changed files with 22 additions and 21 deletions
|
@ -160,7 +160,7 @@ api:
|
||||||
All the following endpoints must be accessed with a `GET` HTTP request.
|
All the following endpoints must be accessed with a `GET` HTTP request.
|
||||||
|
|
||||||
| Path | Description |
|
| Path | Description |
|
||||||
|--------------------------------|-------------------------------------------------------------------------------------------|
|
|--------------------------------|---------------------------------------------------------------------------------------------|
|
||||||
| `/api/http/routers` | Lists all the HTTP routers information. |
|
| `/api/http/routers` | Lists all the HTTP routers information. |
|
||||||
| `/api/http/routers/{name}` | Returns the information of the HTTP router specified by `name`. |
|
| `/api/http/routers/{name}` | Returns the information of the HTTP router specified by `name`. |
|
||||||
| `/api/http/services` | Lists all the HTTP services information. |
|
| `/api/http/services` | Lists all the HTTP services information. |
|
||||||
|
@ -173,6 +173,7 @@ All the following endpoints must be accessed with a `GET` HTTP request.
|
||||||
| `/api/tcp/services/{name}` | Returns the information of the TCP service specified by `name`. |
|
| `/api/tcp/services/{name}` | Returns the information of the TCP service specified by `name`. |
|
||||||
| `/api/entrypoints` | Lists all the entry points information. |
|
| `/api/entrypoints` | Lists all the entry points information. |
|
||||||
| `/api/entrypoints/{name}` | Returns the information of the entry point specified by `name`. |
|
| `/api/entrypoints/{name}` | Returns the information of the entry point specified by `name`. |
|
||||||
|
| `/api/overview` | Returns statistic information about http and tcp as well as enabled features and providers. |
|
||||||
| `/api/version` | Returns information about Traefik version. |
|
| `/api/version` | Returns information about Traefik version. |
|
||||||
| `/debug/vars` | See the [expvar](https://golang.org/pkg/expvar/) Go documentation. |
|
| `/debug/vars` | See the [expvar](https://golang.org/pkg/expvar/) Go documentation. |
|
||||||
| `/debug/pprof/` | See the [pprof Index](https://golang.org/pkg/net/http/pprof/#Index) Go documentation. |
|
| `/debug/pprof/` | See the [pprof Index](https://golang.org/pkg/net/http/pprof/#Index) Go documentation. |
|
||||||
|
|
Loading…
Reference in a new issue