# Get system information Endpoint: GET /system-information Version: 5.1.41 Security: api_key ## Response 200 fields (application/json): - `version` (string) The current version of the Masking Engine. Example: "5.2.0.0" - `build` (string) The current build of the Masking Engine. Example: "29ab20c8501dc521d8cddc24e39c1f4f1846e6b5" - `latestGlobalKeyResetTime` (string) The latest time the global encryption key has been regenerated. Example: "Mon, 4 Jun 2018 15:35:48 +0000" - `patentNumbers` (array) The patent numbers for the Masking Engine. Example: ["U.S. Patent No 8,522,016","U.S. Patent No 8,533,470","U.S. Patent No 20,140,032,928"] - `totalAllocatedMemoryForJobs` (number) The total memory size in MB allocated for running jobs on the Masking Engine. Example: "20480" - `totalAvailableCores` (integer) The total number of processors available to the Masking Engine. Example: "8" - `totalTempFileSpace` (number) The total number of temporary file space available in B (bytes) on the Masking Engine. Example: "5000000000" - `totalPermFileSpace` (number) The total number of permanent file space available in B (bytes) on the Masking Engine. Example: "5000000000" - `latestApiVersion` (string) The latest API version supported on the Masking Engine. Example: "v5.1.6" - `isContainerised` (boolean) Returns if compliance engine is running in containerized mode. - `isLDAPEnabled` (boolean) Returns true if application settings LDAP is set to enabled. - `isSSOEnabled` (boolean) Returns true if SSO is enabled.