01 Overview
Introduction
The SOAJS proxy is a ready-made multi-tenant micro-service built on top of SOAJS.
This space is designed to guide you through the different features and sections of the proxy service.
Section | Overview |
---|---|
02 How to install | A guide to install SOAJS proxy |
03 APIs | Browse the rich API catalog it offers |
04 Architecture | Go through the business logic of the API |
05 Backlog | Check out the backlog that the SOAJS team uses to improve and update the proxy |
Service Information
Label | Value | Description | ||||||
---|---|---|---|---|---|---|---|---|
Version | 1.0.1 | Master branch version | ||||||
Name | Proxy | Service Name | ||||||
Group | SOAJS Core Services | Service group name | ||||||
Port | 4009 | Service port | ||||||
Maintenance Port | 5009 | Service maintenance port | ||||||
Request Timeout | 30 | Time needed (in seconds) before a request is timed out | ||||||
Request Timeout Renewal | 5 | Number of times a request is repeated before dropping it | ||||||
Ext Key Required | True | Whether the service API requires a tenant key to access it | ||||||
Session | True | A persistent session is created and added to the request | ||||||
Awareness | True | The service is able to call the controller within its environment | ||||||
AwarenessEnv | True | The service is able to call the controller of any environment | ||||||
Body Parser | False | The body is not parsed to JSON | ||||||
Prerequisites | Object | Docker swarm container hardware requirements | ||||||
CPU | Minimum CPU requirements | |||||||
Memory | Minimum memory requirements |
Service Error Codes
Code | Description |
---|---|
180 | Database error |
181 | User does not have access to the requested environment |
182 | The requested host is down |