RAD Server SysAdmin Resource

From RAD Studio
Jump to: navigation, search

Go Up to RAD Server Administrative API


The SysAdmin REST endpoints in RAD Server allow a developer to interact with some of the administrative services programmatically from a client application.

SysAdmin Endpoints

SysAdmin REST exposes the following RAD Server Resource endpoint methods:

Endpoint Method Use
GET /sysadmin/log Returns info about LOG table content.
POST /sysadmin/log?minTime=<ISO8601 date> Deletes all records from LOG table older than specified date/time.
DELETE /sysadmin/log Deletes all records from the LOG table.
GET /sysadmin/backup?backupFile=<file path> Creates a specified backup file of emsserver.ib database. The backup file will be on the InterBase server.
POST /sysadmin/backup?backupFile=<file path> Restores the emsserver.ib database from the specified backup file. The backup file will be on the InterBase server.
GET /sysadmin/validate Performs emsserver.ib database validation and returns the database status.



See Also