Management
Operation for management
Required Roles: ApiManage
Authorizations
Query parameters
logLevelstring · enumRequiredPossible values:
Responses
200
OK
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Server Error
application/json
post
POST /fact-finder//rest/v5/management/changeLogLevel HTTP/1.1
Host: ng-demo.fact-finder.de
Authorization: Basic username:password
Accept: */*
No content
Required Roles: ApiDatabase
Authorizations
Query parameters
channelstring[]Optional
Responses
200
OK
application/json
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Server Error
application/json
get
GET /fact-finder//rest/v5/management/expiration HTTP/1.1
Host: ng-demo.fact-finder.de
Authorization: Basic username:password
Accept: */*
[
{
"channel": "text",
"databaseUpdateTimes": [
{
"database": "text",
"dateIntermediate": "2025-08-15T14:07:08.600Z",
"dateLoaded": "2025-08-15T14:07:08.600Z",
"lastUpdate": "2025-08-15T14:07:08.600Z"
}
],
"expirationData": [
{
"database": "text",
"error": "text",
"modified": "2025-08-15T14:07:08.600Z",
"modifiedLoaded": "2025-08-15T14:07:08.600Z"
}
]
}
]
Required Roles: ApiDatabase
Authorizations
Query parameters
channelstring[]Optional
Responses
200
OK
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Server Error
application/json
post
POST /fact-finder//rest/v5/management/flushCache HTTP/1.1
Host: ng-demo.fact-finder.de
Authorization: Basic username:password
Accept: */*
No content
Required Roles: ApiManage
Authorizations
Responses
200
OK
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Server Error
application/json
post
POST /fact-finder//rest/v5/management/flushLogs HTTP/1.1
Host: ng-demo.fact-finder.de
Authorization: Basic username:password
Accept: */*
No content
Required Roles: ApiConfig Omitting channels reloads all configuration, including all channel configurations, and feature flags (fff.properties). Supplying channels only reloads channel specific configuration.
Authorizations
Query parameters
channelstring[]Optional
Responses
200
OK
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Server Error
application/json
post
POST /fact-finder//rest/v5/management/reloadConfiguration HTTP/1.1
Host: ng-demo.fact-finder.de
Authorization: Basic username:password
Accept: */*
No content
Required Roles: ApiManage
Authorizations
Responses
200
OK
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Server Error
application/json
post
POST /fact-finder//rest/v5/management/resetLogLevel HTTP/1.1
Host: ng-demo.fact-finder.de
Authorization: Basic username:password
Accept: */*
No content
Was this helpful?