Generate a support bundle for a pipeline.
This endpoint collects various diagnostic data from the pipeline including circuit profile, heap profile, metrics, logs, stats, and connector statistics, and packages them into a single ZIP file for support purposes.
| Path Parameters |
|---|
pipeline_name string — REQUIREDUnique pipeline name |
| Query Parameters |
|---|
circuit_profile booleanWhether to collect circuit profile data (default: true) |
heap_profile booleanWhether to collect heap profile data (default: true) |
metrics booleanWhether to collect metrics data (default: true) |
logs booleanWhether to collect logs data (default: true) |
stats booleanWhether to collect stats data (default: true) |
pipeline_config booleanWhether to collect pipeline configuration data (default: true) |
system_config booleanWhether to collect system configuration data (default: true) |
| Responses | ||||
|---|---|---|---|---|
200Support bundle containing diagnostic information
| ||||
404Pipeline with that name does not exist
| ||||
500
| ||||
503
|