Management

Operation for management

Changes the log level

post

Required Roles: ApiManage

Authorizations
Query parameters
logLevelstring · enumRequiredPossible values:
Responses
200

OK

post
POST /fact-finder//rest/v5/management/changeLogLevel HTTP/1.1
Host: ng-demo.fact-finder.de
Authorization: Basic username:password
Accept: */*

No content

Get expiration messages

get

Required Roles: ApiDatabase

Authorizations
Query parameters
channelstring[]Optional
Responses
200

OK

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"
      }
    ]
  }
]

Flush the cache

post

Required Roles: ApiDatabase

Authorizations
Query parameters
channelstring[]Optional
Responses
200

OK

post
POST /fact-finder//rest/v5/management/flushCache HTTP/1.1
Host: ng-demo.fact-finder.de
Authorization: Basic username:password
Accept: */*

No content

Flush the log files

post

Required Roles: ApiManage

Authorizations
Responses
200

OK

post
POST /fact-finder//rest/v5/management/flushLogs HTTP/1.1
Host: ng-demo.fact-finder.de
Authorization: Basic username:password
Accept: */*

No content

Reload the configuration

post

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

post
POST /fact-finder//rest/v5/management/reloadConfiguration HTTP/1.1
Host: ng-demo.fact-finder.de
Authorization: Basic username:password
Accept: */*

No content

Resets the log level to the original level

post

Required Roles: ApiManage

Authorizations
Responses
200

OK

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?