POST
/v1/debug/bundle
curl \
--request POST 'http://localhost:9644/v1/debug/bundle' \
--header "Content-Type: application/json" \
--data '{
"job_id": "123e4567-e89b-12d3-a456-426614174000",
"config": {
"authentication": {
"mechanism": "string",
"username": "string",
"password": "string"
},
"controller_logs_size_limit_bytes": 42,
"cpu_profiler_wait_seconds": 42,
"logs_since": "string",
"logs_size_limit_bytes": 42,
"logs_until": "string",
"metrics_interval_seconds": 42,
"metrics_samples": 42,
"partition": "string",
"tls_enabled": true,
"tls_insecure_skip_verify": true,
"namespace": "string",
"label_selector": [
{
"key": "string",
"value": "string"
}
]
}
}'
Request examples
{
"job_id": "123e4567-e89b-12d3-a456-426614174000",
"config": {
"authentication": {
"mechanism": "string",
"username": "string",
"password": "string"
},
"controller_logs_size_limit_bytes": 42,
"cpu_profiler_wait_seconds": 42,
"logs_since": "string",
"logs_size_limit_bytes": 42,
"logs_until": "string",
"metrics_interval_seconds": 42,
"metrics_samples": 42,
"partition": "string",
"tls_enabled": true,
"tls_insecure_skip_verify": true,
"namespace": "string",
"label_selector": [
{
"key": "string",
"value": "string"
}
]
}
}
Response examples (200)
{
"job_id": "123e4567-e89b-12d3-a456-426614174000"
}
Response examples (401)
{
"code": 42,
"message": "string"
}
Response examples (403)
{
"code": 42,
"message": "string"
}
Response examples (409)
{
"code": 42,
"message": "string"
}
Response examples (422)
{
"code": 42,
"message": "string"
}
Response examples (500)
{
"code": 42,
"message": "string"
}