about
/about [GET]
      | API Support | Available since | Last updated | Output | 
|---|---|---|---|
| 5.6009 | 6.0003 | json, xml | 
Description
This service returns information about the system, including the database table version and libraries in use.
To know the PageSeeder version, use the /version [GET] service.
Parameters
No parameters required.
Permission
This service requires administrator.
Response
<about>
  <database tables-version="[table version]"/>
  <jvm name="Java HotSpot(TM) 64-Bit Server VM"
       vendor="Oracle Corporation"
       info="mixed mode"
       version="11.0.14+8-LTS-263"/>
  <os name="Windows 10"
      version="10.0"
      arch="amd64"/>
  <server info="Apache Tomcat/9.0.71"/>
  <libraries>
    <library version="[version]" extension="jar">[name]</library>
    ...
  </libraries>
</about>
Error Handling
No specific errors expected for this service.