Create view
POST /logs/{log_id}/views/{view_name}
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.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” log_id
required
string
Log ID (UUID)
view_name
required
string
View name
Request Body required
Section titled “Request Body required ”WASM component binary
Array<integer>
Responses
Section titled “ Responses ”View created
object
success
required
boolean
Invalid request
Unauthorized
Log not found
Server error