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 executor API

Executor operations

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

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

This API exposes 7 operations across 3 paths, and defines 14 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 3 paths 14 schemas 2 DELETE3 GET1 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 3 paths, the API surfaces 7 operations — 2 DELETE, 3 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

executor 7

Executor operations

GET
/executors
List executors
listExecutors 1 param → 200400502
POST
/executors
Create new executor
createExecutor body → 200201400502
DELETE
/executors
Delete executors
deleteExecutors 1 param → 204502
DELETE
/executors/{id}
Delete executor
deleteExecutor 1 param → 204502
GET
/executors/{id}
Get executor details
getExecutor 1 param → 200400502500
PATCH
/executors/{id}
Update executor
updateExecutor 1 param body → 200400404502
GET
/executor-by-types
Get executor details by type
getExecutorByType 1 param → 200400502500

Schemas 14

The contract defines 14 schemas that model the data the API accepts and returns. The most detailed are Executor (15 properties), ExecutionSummary (13 properties), ExecutionsTotals (5 properties), Problem (5 properties). Each schema is shown below with its type and property counts.

RunningContext
object
running context for test or test suite execution
2 properties 1 required
ExecutionSummary
object
Execution summary
13 properties 5 required
ExecutionsResult
object
the result for a page of executions
3 properties 2 required
ExecutionStatus
string
ExecutorMeta
object
Executor meta data
3 properties
ExecutorDetails
object
Executor details with Executor data and additional information like list of executions
3 properties
LocalObjectReference
object
Reference to Kubernetes object
1 property
ExecutorUpsertRequest
object
executor create request body
3 required
Problem
object
problem response in case of error
5 properties
ExecutionsTotals
object
various execution counters
5 properties 6 required
ObjectRef
object
2 properties 1 required
SlavesMeta
object
Slave data for executing tests in distributed environment
1 property 1 required
ExecutorUpdateRequest
object
executor update request body
Executor
object
CRD based executor data
15 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kubeshop-executor-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 keymap API
Kubeshop labels API
Kubeshop logs API
Kubeshop Organizations API
Kubeshop pro API
Kubeshop repository API
Kubeshop secrets API
Kubeshop Status Pages API