Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.08 KB

administration_api.rst

File metadata and controls

39 lines (24 loc) · 1.08 KB

Firely Server Administration API

Besides the regular FHIR endpoint, Firely Server also exposes an Administration API. The endpoint for this is: :

http(s)://<firely-server-endpoint>/administration

Functions

The following functions are available in the Administration API.

  • conformance
  • feature_subscription
  • feature_customsp_reindex
  • feature_resetdb
  • feature_preload
  • feature_terminology

Configuration

You can configure_administration, including restricting access to functions of the Administration API to specific ip addresses.

Database

The Administration API uses a database separately from the main 'Firely Server Data' database. Historically, SQL Server, MongoDB and Memory are supported as databases for the Administration API. As of Firely Server (Vonk) version 0.7.1, SQLite is advised for this, and we have made that the default configuration. See configure_sqlite on how to configure for this.