Skip to content

Create view

POST
/logs/{log_id}/views/{view_name}

Creates a new view from a WASM component. The component must implement the primatomic:machine interface and must not exceed 100 MB. View names must be unique within the log. The service begins processing events immediately after creation. Required role: member.

log_id
required
string

Log ID (UUID)

view_name
required
string

View name

WASM component binary

Array<integer>

View created

object
success
required
boolean

Invalid request

Unauthorized

Log not found

Server error