all: imp client, add api chlog
This commit is contained in:
parent
fa76ad2a3c
commit
986124948a
|
@ -491,7 +491,7 @@ class Api {
|
||||||
const { path, method } = this.BLOCKED_SERVICES_SERVICES;
|
const { path, method } = this.BLOCKED_SERVICES_SERVICES;
|
||||||
return this.makeRequest(path, method);
|
return this.makeRequest(path, method);
|
||||||
}
|
}
|
||||||
|
|
||||||
getBlockedServices() {
|
getBlockedServices() {
|
||||||
const { path, method } = this.BLOCKED_SERVICES_LIST;
|
const { path, method } = this.BLOCKED_SERVICES_LIST;
|
||||||
return this.makeRequest(path, method);
|
return this.makeRequest(path, method);
|
||||||
|
|
|
@ -4,6 +4,15 @@
|
||||||
|
|
||||||
## v0.108.0: API changes
|
## 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 `QueryLogItem`
|
||||||
|
|
||||||
* The new optional field `"ecs"` in `GET /control/querylog` contains the IP
|
* The new optional field `"ecs"` in `GET /control/querylog` contains the IP
|
||||||
|
|
Loading…
Reference in New Issue