Logging

Ingest Logs

Submit one or more log entries to the logging system.

post/v3/logs

Request body

levelstring
messagestring
metadataobject
resourcestring

Response

OK

statusstring

Example response

{
  "status": "ok"
}

Changes