all: imp client, add api chlog

This commit is contained in:
Ainar Garipov 2022-08-25 18:58:49 +03:00
parent fa76ad2a3c
commit 986124948a
2 changed files with 10 additions and 1 deletions

View File

@ -491,7 +491,7 @@ class Api {
const { path, method } = this.BLOCKED_SERVICES_SERVICES;
return this.makeRequest(path, method);
}
getBlockedServices() {
const { path, method } = this.BLOCKED_SERVICES_LIST;
return this.makeRequest(path, method);

View File

@ -4,6 +4,15 @@
## v0.108.0: API changes
## v0.107.12: API changes
### `GET /control/blocked_services/services`
* The new `GET /control/blocked_services/services` HTTP API allows inspecting
all available services.
## v0.107.7: API changes
### The new optional field `"ecs"` in `QueryLogItem`
* The new optional field `"ecs"` in `GET /control/querylog` contains the IP