Testkube Agent /debug operations
Testkube API (1.0.0)
Download OpenAPI specification:Download
E-mail: testkube@kubeshop.io License: MIT
Testkube provides a Kubernetes-native framework for test definition, execution and results
Get debug information
Gets information that is needed for debugging and opening Testkube bug reports
Responses
Response samples
- 200
- 500
- 502
Content type
application/json
{- "clientVersion": "1.4.9",
- "serverVersion": "v1.4.9",
- "clusterVersion": "v1.23.4",
- "apiLogs": [
- "logline1",
- "logline2",
- "logline3"
], - "operatorLogs": [
- "logline1",
- "logline2",
- "logline3"
], - "executionLogs": {
- "property1": [
- "logline1",
- "logline2",
- "logline3"
], - "property2": [
- "logline1",
- "logline2",
- "logline3"
]
}
}