Proxy request to a configured tsdb server.
GET/tsdb/:path
Proxy request to a configured tsdb server.
Request​
Path Parameters
path stringrequired
Note: swagger does not allow to define a nested path with slashes.
Responses​
- 404
- 502
- default
If the response is coming from Fix (no FixVia header), this means that tsdb is not configured, so a request can not be made.
- text/plain
- Schema
Schema
string
If the response is coming from Fix (no FixVia header), this means that the configured tsdb server can not be reached.
- text/plain
- Schema
Schema
string
The response from the tsdb.
Response Headers
ViaFix
string
This header indicates, that the response is created by the tsdb server and Fix is only a proxy. Depending on this header: you have to interpret the response differently.
Loading...