You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
676 B
Markdown

4 years ago
# lql_api
4 years ago
LQL API Server for check_mk
## Commands the client supports
### localclient - Local LQL Client
requires a local lql unix socket
### localserver: Local LQL Server
requires a local lql unix socket
### sshclient: SSH LQL Client
connects to your Server by SSH opens a SSH tunnel to the server's lql Socket and runs a query on it.
### sshserver: SSH LQL Server
Connects to your Server by SSH opens a SSH tunnel to the server's lql Socket and runs an API Server for that socket.
### Version
Prints the version
## OpenAPI 3.0 Support in sshserver
This support's OpenAPI 3.0 use the url http://localhost:8080/openapi.json and browse it over an OpenAPI browser.