Skip to main content
New to Testkube? Unleash the power of cloud native testing in Kubernetes with Testkube. Get Started >

Testkube Agent /config 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

Update config

Updates config in cluster storage state

Request Body schema: application/json
required

config request body data

id
required
string
clusterId
required
string
enableTelemetry
required
boolean

Responses

Request samples

Content type
application/json
{
  • "id": "string",
  • "clusterId": "string",
  • "enableTelemetry": true
}

Response samples

Content type
application/json
{
  • "id": "string",
  • "clusterId": "string",
  • "enableTelemetry": true
}

Get config

Get config from cluster storage state

Responses

Response samples

Content type
application/json
{
  • "id": "string",
  • "clusterId": "string",
  • "enableTelemetry": true
}