PUT
/
v0
/
log
/
derived

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

Authorization
string
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

project
string
required

Name of the project the stored entries will be associated to.

key
string
required

The name of the entry.

equation
string
required

The equation for computing the value of each derived entry.

referenced_logs
object
required

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.