Skip to main content
Version: 10.0

Endpoint /administration

Following you will find simple usage examples for REST, that demonstrate how to use the /administration endpoint via the TypeScript wsclient.

API definition
REST

Get server log

examples/typescript/node/administration/GetServerLog.ts
loading...

Get server status

examples/typescript/node/administration/GetServerStatus.ts
loading...

Get support information

examples/typescript/node/administration/GetServerSupport.ts
loading...

Restart the server

examples/typescript/node/administration/RestartServer.ts
loading...

Update the server configuration

examples/typescript/node/administration/UpdateConfiguration.ts
loading...

Update the datastore

examples/typescript/node/administration/UpdateDatastore.ts
loading...

Use the session table

examples/typescript/node/administration/UseSessionTable.ts
loading...