# SystemGet200Response
## Properties
**api_version** | Option<**f64**> | Version of the REST API | [optional]
**capabilities** | Option<[**serde_json::Value**](.md)> | Whether the back-end supports optional features like 'HasExtendedChanges', 'HasExtendedFind' (new in Orthanc 1.12.5) | [optional]
**check_revisions** | Option<**bool**> | Whether Orthanc handle revisions of metadata and attachments to deal with multiple writers (new in Orthanc 1.9.2) | [optional]
**database_backend_plugin** | Option<**String**> | Information about the installed database index plugin (`null` if no such plugin is installed) | [optional]
**database_server_identifier** | Option<**String**> | ID of the server in the database (when running multiple Orthanc on the same DB) | [optional]
**database_version** | Option<**f64**> | Version of the database: https://orthanc.uclouvain.be/book/developers/db-versioning.html | [optional]
**default_retrieve_method** | Option<**String**> | The DefaultRetrieveMethod configuration | [optional]
**dicom_aet** | Option<**String**> | The DICOM AET of Orthanc | [optional]
**dicom_port** | Option<**f64**> | The port to the DICOM server of Orthanc | [optional]
**has_labels** | Option<**bool**> | Whether the database back-end supports labels (new in Orthanc 1.12.0) | [optional]
**http_port** | Option<**f64**> | The port to the HTTP server of Orthanc | [optional]
**ingest_transcoding** | Option<**String**> | Whether instances are transcoded when ingested into Orthanc (`` if no transcoding is performed) (new in Orthanc 1.11.0) | [optional]
**is_http_server_secure** | Option<**bool**> | Whether the REST API is properly secured (assuming no reverse proxy is in use): https://orthanc.uclouvain.be/book/faq/security.html#securing-the-http-server | [optional]
**main_dicom_tags** | Option<[**serde_json::Value**](.md)> | The list of MainDicomTags saved in DB for each resource level (new in Orthanc 1.11.0) | [optional]
**maximum_patient_count** | Option<**f64**> | The configured MaximumPatientCount (new in Orthanc 1.12.4) | [optional]
**maximum_storage_mode** | Option<**String**> | The configured MaximumStorageMode (new in Orthanc 1.11.3) | [optional]
**maximum_storage_size** | Option<**f64**> | The configured MaximumStorageSize in MB (new in Orthanc 1.11.3) | [optional]
**name** | Option<**String**> | The name of the Orthanc server, cf. the `Name` configuration option | [optional]
**overwrite_instances** | Option<**bool**> | Whether instances are overwritten when re-ingested (new in Orthanc 1.11.0) | [optional]
**plugins_enabled** | Option<**bool**> | Whether Orthanc was built with support for plugins | [optional]
**read_only** | Option<**bool**> | Whether Orthanc is running in read only mode (new in Orthanc 1.12.5) | [optional]
**storage_area_plugin** | Option<**String**> | Information about the installed storage area plugin (`null` if no such plugin is installed) | [optional]
**storage_compression** | Option<**bool**> | Whether storage compression is enabled (new in Orthanc 1.11.0) | [optional]
**user_metadata** | Option<[**serde_json::Value**](.md)> | The configured UserMetadata (new in Orthanc 1.12.0) | [optional]
**version** | Option<**String**> | Version of Orthanc | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)