Trace session
Active trace session
GEThttps://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/trace_session
Authorization
Path parameters
pipelineID*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
Terminate active trace session
DELETEhttps://cloud-api.calyptia.com/v1/pipelines/{pipelineID}/trace_session
Authorization
Path parameters
pipelineID*string (uuid)
Response
OK
Body
id*string (uuid)
lifespan*string (duration)
Example: "10m"
updatedAt*string (date-time)
Request
Response