Knowledge Base Administration Guide

Client API

This section is intended for users wanting to integrate scripts with Simscope's data:

  • Publish data into Simscope
  • Read/query data out of Simscope

Simscope's client API is separated into two interfaces.

1. Tunnel Publish (required)

Note: this is the main interface for posting regression results into Simscope.

Tunnel Publish allows posting of new data into Simscope:

  • Regressions
  • Jobs

2. REST API (optional)

REST API allows querying of the Simscope database (reads), and allows updating of some database tables (writes).

REST API is used for plugins and running ad-hoc queries.