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

Testkube Control Plane ../config operations

Testkube Pro API (cloud-api/1.10.51)

Download OpenAPI specification:Download

API for Testkube Pro

Get config

Get config from cluster storage state

path Parameters
id
required
string

organizationId

environmentId
required
string

environmentID

Responses

Response samples

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

Update config

Updates config in cluster storage state

path Parameters
id
required
string

organizationId

environmentId
required
string

environmentID

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
}