IngestLog
Ingest a single log entry into the trace log pipeline
POST
/api/v1/logging/traces/ingestOperation ID
IngestLogSince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
platformUuidStringRequiredUUID of the platform to ingest this log entry into
Example: plat-001-abc
serviceNameStringRequiredName of the service emitting this log entry
Example: payment-service
levelStringRequiredSeverity level of the log entry
Example: info
messageStringRequiredHuman-readable log message content
Example: Order 9912 processed successfully
sourceStringRequiredLog source path or stream identifier
Example: stdout
