Get
/sys/v1/version
Returns information about the DSM server version and the client API version that it supports.
Query parameters
VersionParams
object
detailed_fips_info
boolean
Include FIPS-relevant info in the response. Currently that is plugins_digest
.
Only applicable to FIPS builds.
Responses
2XX
Success result
object
version
string
Server version. This is encoded as "major.minor.build".
api_version
string
The API version implemented by the server.
server_mode
string
Server execution mode.
Valid values[
"Software",
"Sgx"
]
fips_level
integer | null
FIPS level at which the service in running. If this field is absent, then the service is not running in FIPS compliant mode.
Minimum0
Maximum255
plugins_digest
string (byte)
An opaque digest of all current plugins.
Only present when the server is running in FIPS mode.