v1

latestOpenAPI 3.0.02026-07-142740323.4 KB
System

Get system information

Get system information about Orthanc

get/system

Response

ApiVersionnumber

Version of the REST API

CheckRevisionsboolean

Whether Orthanc handle revisions of metadata and attachments to deal with multiple writers (new in Orthanc 1.9.2)

DatabaseBackendPluginstring

Information about the installed database index plugin (null if no such plugin is installed)

DatabaseServerIdentifierstring

ID of the server in the database (when running multiple Orthanc on the same DB)

DatabaseVersionnumber
DicomAetstring

The DICOM AET of Orthanc

DicomPortnumber

The port to the DICOM server of Orthanc

HttpPortnumber

The port to the HTTP server of Orthanc

IngestTranscodingstring

Whether instances are transcoded when ingested into Orthanc (`` if no transcoding is performed) (new in Orthanc 1.11.0)

IsHttpServerSecureboolean

Whether the REST API is properly secured (assuming no reverse proxy is in use): https://book.orthanc-server.com/faq/security.html#securing-the-http-server

MainDicomTagsobject

The list of MainDicomTags saved in DB for each resource level (new in Orthanc 1.11.0)

MaximumStorageModestring

The configured MaximumStorageMode (new in Orthanc 1.11.3)

MaximumStorageSizenumber

The configured MaximumStorageSize in MB (new in Orthanc 1.11.3)

Namestring

The name of the Orthanc server, cf. the Name configuration option

OverwriteInstancesboolean

Whether instances are overwritten when re-ingested (new in Orthanc 1.11.0)

PluginsEnabledboolean

Whether Orthanc was built with support for plugins

StorageAreaPluginstring

Information about the installed storage area plugin (null if no such plugin is installed)

StorageCompressionboolean

Whether storage compression is enabled (new in Orthanc 1.11.0)

Versionstring

Version of Orthanc

Example response

{
  "ApiVersion": 16,
  "CheckRevisions": false,
  "DatabaseBackendPlugin": null,
  "DatabaseVersion": 6,
  "DicomAet": "ORTHANC",
  "DicomPort": 4242,
  "HttpPort": 8042,
  "IsHttpServerSecure": false,
  "Name": "Orthanc Demo",
  "PluginsEnabled": true,
  "StorageAreaPlugin": null,
  "Version": "1.10.1"
}