logs category
This category of logs contains all the business requests concerning the logs.
setup action 
The setup action means that the configuration of the logs 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 |
|---|---|---|---|
| formats |
Version of the displayed log. Prescribed values:
|
String array | Mandatory |
| kinds |
Log family to which the log belongs. Prescribed values:
|
String | Mandatory |
| severities |
Level of severity of the log. Prescribed values:
|
String | Mandatory |
| errors |
JSON object containing an error code and a message indicating why the proxy configuration could not be loaded.
Example: error: { code: 1005001, message: 'Validation failed ..." }, |
Object |
Mandatory
|