Testkube Control Plane ../debug operations
Testkube Pro API (cloud-api/1.10.51)
Download OpenAPI specification:Download
E-mail: testkube@kubeshop.io License: COMMERICAL
API for Testkube Pro
Get debug information
Gets information that is needed for debugging and opening Testkube bug reports
path Parameters
id required | string organizationId |
environmentId required | string environmentID |
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"
]
}
}