ExtendedServerInfo
The API
ExtendedServerInfo
returns information about the engine and the server that can help you when you troubleshoot problems.
Return value
Returns details about Spotfire Statistics Services and the engine the Spotfire Statistics Services is configured to run analyses.
Example
The following link returns the current server details.
Note: To retrieve only the server version, see
ServerVersion.
http://servername:8080/SplusServer/api/v8/administration/ExtendedServerInfo
When you call ExtendedServerInfo using the URL API, the browser displays information similar to the following.
splus.server.engine.type=TERR
splus.engine.build=${splus.engine.build}
splus.engine.version=${splus.engine.version}
splus.server.engine.max.requests=1
splus.server.engine.verbose.log=false
splus.server.build.date=Sat Jan 12 03:01:21 PST 2019
splus.engine.build.date=${splus.engine.build.date}
splus.server.engine.max.run=0
splus.server.isLongTermSupport=false
splus.server.engine.count=8
splus.server.build=V07
splus.server.version=10.3.0
Parent topic: Administration Service API
Related reference