module.web¶
Web module¶
type |
object |
||
properties |
|||
|
The id of the template to use for this file |
||
type |
string |
||
|
The variables and their values to be replaced from the template |
||
type |
object |
||
additionalProperties |
|||
|
The variables files to use to replace the variables. The first file of the list will take precedence over the following one. Template variables take precedence over the contents of the files. |
||
type |
array |
||
items |
type |
string |
|
|
If the value is set to true, manual editing of this file should be avoided, as the composer will override the value in the next generation. |
||
type |
boolean |
||
|
The configuration of the Rabbit MQ used for communication |
||
|
The configuration of the Keycloak used for authentication |
||
|
The configuration of module’s logging |
||
default |
moduleLogLevel |
INFO |
|
externalLogLevel |
WARN |
||
|
The WebSocket maximum bytes size of a binary message that can be received. |
||
type |
integer |
||
minimum |
0 |
||
default |
65536 |
||
|
The WebSocket maximum bytes size of a text message that can be received. |
||
type |
integer |
||
minimum |
0 |
||
default |
65536 |
||
|
The WebSocket maximum bytes payload size of any WebSocket frame that can be received. |
||
type |
integer |
||
minimum |
0 |
||
default |
65536 |
||
|
The WebSocket default input buffer bytes size used to read from network/transport layer. |
||
type |
integer |
||
minimum |
0 |
||
default |
4096 |
||
|
The WebSocket default output buffer bytes size used to write to the network/transport layer. |
||
type |
integer |
||
minimum |
0 |
||
default |
4096 |
||
|
Token expiration margin in milliseconds. This allows to add margin for token re-validation. |
||
type |
integer |
||
minimum |
0 |
||
default |
5000 |
||
|
How long (time to live - TTL) a value is kept on value WebSocket. When front-end has no longer need for a value (reference count equals 0), it will unregister it after TTL. This enables front-end resources management with still keeping value subscription across navigation. 0 value disable value elapsing. |
||
default |
value |
0 |
|
unit |
SECONDS |
||
|
The frequency at which to check for value elapsing. 0 value disable value elapsing. |
||
default |
value |
0 |
|
unit |
SECONDS |
||
|
Limit dashboard result to front-end. Send how many are matching dashboards but restrict actual results. 0 value disable limitations |
||
type |
integer |
||
minimum |
0 |
||
default |
100 |
||
|
Mapbox uses access tokens to associate API requests with your account. |
||
type |
string |
||
additionalProperties |
False |
MessagingConfigurationEntity¶
type |
object |
|
properties |
||
|
The ID of the client, must be different for each module instance. |
|
type |
string |
|
|
The host of the rabbit MQ provider |
|
type |
string |
|
|
The size of the buffer to use when the broker is disconnected (default: 60000). |
|
type |
integer |
|
minimum |
1 |
|
default |
60000 |
|
|
Flag to indicate to store the message (The path /osp/messages must be mount to a volume). |
|
type |
boolean |
|
default |
False |
|
additionalProperties |
False |
KeycloakConfiguration¶
type |
object |
|
properties |
||
|
The hostname of keycloak (can be the SWARM id or and IP) |
|
type |
string |
|
|
The realm of Keycloak |
|
type |
string |
|
additionalProperties |
False |
LoggingConfigurationEntity¶
type |
object |
|
properties |
||
|
The log level for module’s behavior logging |
|
type |
string |
|
enum |
TRACE, DEBUG, INFO, WARN, ERROR |
|
default |
INFO |
|
|
The log level for module’s internal script behavior logging (if not set the moduleLogLevel will be used) |
|
type |
string |
|
enum |
TRACE, DEBUG, INFO, WARN, ERROR |
|
|
The log level for external libraries logging |
|
type |
string |
|
enum |
TRACE, DEBUG, INFO, WARN, ERROR |
|
default |
WARN |
|
additionalProperties |
False |
DurationConfigurationEntity¶
type |
object |
|
properties |
||
|
The amount of time expressed with the unit |
|
type |
integer |
|
|
The unit of time expressed with the value |
|
type |
string |
|
enum |
NANOSECONDS, MICROSECONDS, MILLISECONDS, SECONDS, MINUTES, HOURS, DAYS |
|
additionalProperties |
False |