Skip to main content
POST

Create Log Entry

Create a new log entry in the system logging service.

Query Parameters

string
required
Log scheme type (admin, console, external).

Request Body

string
required
Log type (INFO, WARNING, ERROR, DEBUG).
string
required
Log message content.
string
required
ISO 8601 formatted timestamp.

Usage Examples