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:

  • ["v1", "v2"]: all logs are displayed

  • ["v2"]: only v2 logs are displayed

String array Mandatory
kinds

Log family to which the log belongs.

Prescribed values:

  • domain: logs related to business operations performed by the KMaaS,

  • http: logs related to HTTP requests received and sent by the KMaaS,

  • system: logs related to system operations performed by the KMaaS.

String Mandatory
severities

Level of severity of the log.

Prescribed values:

  • emerg: The system is unusable,

  • alert: The problem must be fixed immediately,

  • crit: Critical error,

  • err: Non-critical error,

  • warning: The operation was successful but generated a warning,

  • notice: Unusual event not requiring corrective action,

  • info: Normal operation information message.

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