3. Organise your pages
Here are some tips for organising your content.
Change the page order
The sidebar on the left displays your pages in a hierarchy. If you have Space Administrator permissions you can click "Space Tools" > "Reorder Pages" to move pages around.
Add labels
Labels help keep pages organised and make it easier for you to find the information you need. Click "Labels" at the bottom of a page to add or edit. The "Related pages" section on this page uses labels too!
Make templates
Standardise and speed up the page creation process with templates. You can create and format a template with page layouts, standard headings and instructional text for hints and guidelines. Check out our sample page on "Making a template"
Related pages
...
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 |