-
Users Handbook
-
-
-
- Intro & Basics
- All Objects have Descriptions
- Check for unused procedures
- Compiled Procedures up to date
- Invalid Source Layers
- Required Columns
- Check for abnormally ended Jobs
- Check for blocked Jobs
- Check for disabled Tasks
- Check for duplicate tasks in different Jobs
- Check for duplicate tasks in same Job
-
-
-
Administrators Handbook
-
- Register URL
- Configure SSL/HTTPS
- Configure Proxy-Server
- How to edit the appsettings.json file
- System Settings
- Global Parameters
- Allow Service Account to Logon as a Service
- LDAP & SSO Authentication
- Migrating Testcases and Configuration
- Licenses Management
- Manual Configuration
- Exposing the BiG EVAL REST API to other Network Segments
-
- Articles coming soon
-
Developers Handbook
-
Known Problems
-
Demo Virtual Machine
-
Release Notes
-
General
The REST API of BiG EVAL is hosted within the same URL schema as BiG EVAL’s frontend but in a subfolder called api/v1/. The default URL of BiG EVAL’s frontend is http://localhost:1703/, but it can be hosted on any other URL as well. An SSL/HTTPS URL for example could be https://mybigevalserver/.
Assuming that BiG EVAL’s frontend was configured to use the SSL/HTTPS URL https://mybigevalserver/, the following is the base-URL of the REST API and needs to be used for every API-request: https://mybigevalserver/api/v1/.
In the following documentation, we do not show the schema and the host in the URL’s, so you will only see an URL like /api/v1/suites/ what in fact means https://mybigevalserver/api/v1/suites/ when your BiG EVAL is using the URL https://mybigevalserver/.