Skip to main content
Monitoring & Collection/Logging

IngestLog

Ingest a single log entry into the trace log pipeline

POST/api/v1/logging/traces/ingest

Operation ID

IngestLog

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

application/json

Body Fields

  • platformUuid
    StringRequired

    UUID of the platform to ingest this log entry into

    Example: plat-001-abc

  • serviceName
    StringRequired

    Name of the service emitting this log entry

    Example: payment-service

  • level
    StringRequired

    Severity level of the log entry

    Example: info

  • message
    StringRequired

    Human-readable log message content

    Example: Order 9912 processed successfully

  • source
    StringRequired

    Log source path or stream identifier

    Example: stdout

Responses

200 OK
200 OK

On success, this API returns an empty JSON object {}.