Skip to content

Create log

POST
/logs/{log_name}

Creates a new log. Log names must be unique within the tenant. The log is immediately available for appends after creation. Required role: member.

log_name
required
string

Log name

Log created

Response after creating a log. Returned only on successful creation.

object
log_id
required

Log ID (UUID) of the newly created log.

string
success
required

True when the log was created successfully.

boolean

Log already exists

Unauthorized

Server error