Logs
Create Derived Entry
PUT
Creates one or more derived-log entries based on body.equation
and body.referenced_logs
.
Eagerly computes each derived value and stores it in DerivedLog.value.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Name of the project the stored entries will be associated to.
The name of the entry.
The equation for computing the value of each derived entry.
The logs to use for each newly created derived entry, either as a list of log ids or as a set of arguments for the get_logs endpoint.