Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Kubeshop test-sources API

The test-sources API from Kubeshop — 2 operation(s) for test-sources.

Kubeshop test-sources API is one of 30 APIs that Kubeshop publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include test-sources. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 7 operations across 2 paths, and defines 9 schemas. It is described by OpenAPI 3.0.1, at version 1.0.0.

Requests are made against 2 base URLs: https://api.testkube.io, https://.

7 operations 2 paths 9 schemas 2 DELETE2 GET2 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0.0
Base URL
https://api.testkube.io
License
Resource Areas
1

Paths & Operations 7

Across 2 paths, the API surfaces 7 operations — 2 DELETE, 2 GET, 2 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

test-sources 7
GET
/test-sources
List test sources
listTestSources 1 param → 200400502
POST
/test-sources
Create new test source
createTestSource body → 200201400502
PATCH
/test-sources
Process test source batch (create, update, delete)
processTestSourceBatch body → 200400502
DELETE
/test-sources
Delete test sources
deleteTestSources 1 param → 204502
PATCH
/test-sources/{id}
Update test source
updateTestSource 1 param body → 200400404502
DELETE
/test-sources/{id}
Delete test source
deleteTestSource 1 param → 204502
GET
/test-sources/{id}
Get test source data
getTestSource 1 param → 200400404502500

Schemas 9

The contract defines 9 schemas that model the data the API accepts and returns. The most detailed are Repository (12 properties), Problem (5 properties), TestContent (4 properties), SecretRef (3 properties). Each schema is shown below with its type and property counts.

Repository
object
repository representation for tests in git repositories
12 properties 2 required
TestSourceBatchResult
object
Test source batch result
3 properties
TestSourceUpdateRequest
object
test source update request body
3 properties
TestSourceUpsertRequest
object
test source create request body
3 properties
TestContent
object
4 properties
Problem
object
problem response in case of error
5 properties
TestSource
object
Test source resource for shared test content
3 properties
TestSourceBatchRequest
object
Test source batch request
1 property 1 required
SecretRef
object
Testkube internal reference for secret storage in Kubernetes secrets
3 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kubeshop-test-sources-api-openapi.yml Raw ↑

Other APIs Kubeshop publishes across the network.

Kubeshop api API
Kubeshop artifacts API
Kubeshop cluster-resources API
Kubeshop Executions API
Kubeshop executor API
Kubeshop keymap API
Kubeshop labels API
Kubeshop logs API
Kubeshop Organizations API
Kubeshop pro API
Kubeshop repository API
Kubeshop secrets API