Trace sessions
Trace session
GEThttps://cloud-api.calyptia.com/v1/trace_sessions/{sessionID}
Authorization
Path parameters
sessionID*string (uuid)
Response
OK
Body
id*string (uuid)
pipelineID*string (uuid)
plugins*array of string
List of Fluent-bit plugin IDs ar aliases to trace.
lifespan*string (duration)
For how long will this session be active and process records.
"10m"
createdAt*string (date-time)
updatedAt*string (date-time)
Request
Response
Update trace session
PATCHhttps://cloud-api.calyptia.com/v1/trace_sessions/{sessionID}
Authorization
Path parameters
sessionID*string (uuid)
Body
pluginsnullable array of string
List of Fluent-bit plugin IDs ar aliases to trace.
lifespannullable string (duration)
For how long will this session be active and process records.
"10m"
Response
OK
Body
updatedAt*string (date-time)
Request
Response