Trace sessions
Trace sessions
GEThttps://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/trace_sessions
Authorization
Path parameters
pipelineID*string (uuid)
Response
OK
Headers
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
Create trace session
POSThttps://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/trace_sessions
Authorization
Path parameters
pipelineID*string (uuid)
Body
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"
Response
Created
Body
id*string (uuid)
createdAt*string (date-time)
Request
Response