The TIBCO Spotfire Statistics Services (TSSS) API
ExtendedServerInfo returns information about the TSSS server and its statistical engine that can help you when you troubleshoot problems. See
TIBCO Spotfire Statistics Services URL API Guide.
For example, open the following URL in a web browser with <servername>, <port> and <ServiceName> replaced as per your TSSS installation details (See the guidance
here):
http://<servername>:<port>/<ServiceName>/api/v8/administration/ExtendedServerInfo
The TSSS API
ExtendedServerInfo submits a job to the Expression Service internally in the TSSS server, to retrieve the TSSS engine version information at runtime, such as splus.engine.build, splus.engine.version, and splus.engine.build.date.
From TSSS version 7.11.1, the Expression Service is disabled by default with the configuration property
expression.service.enabled=false in TSSS configuration file
spserver.properties. The TSSS API ExtendedServerInfo call will come back with the engine version information unpopulated, as shown in this figure: