tenant category
This category of logs contains the configuration of the tenant and of the applications enabled on this tenant.
setup action 
The setup action means that the configuration of the tenant was completed. It generates an "info" severity log in the event of success, or an "warning" severity log in the event of an error.
The log fields for this action are as follows:
|
Field |
Description |
Type |
Mandatory/Optional |
|---|---|---|---|
|
tenant_id |
Tenant identifier. Example: 025f02fe-bee2-444b-bf76-b5ead30327c0 |
String in uuid v4 format | Mandatory |
| modules |
Names of the modules enabled. Prescribed values:
|
String | Mandatory |
| errors |
If a module cannot be enabled due to an incorrect configuration, this JSON object contains an error list with an error code and a message:
Example: [ { code: 2002010, message: 'Module: Kas not enabled for tenantId bc337abd-0d4f-43f9-aaf6-54ef7268d2e5. Reason: Validation failed. Reasons are: [Wrong type error: <tenant>/kas/authentication property must be array]' } ] |
String | Optional |