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

Test Triggers CRUD operations

Kubeshop test-triggers 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-triggers. The published artifact set on APIs.io includes an OpenAPI specification and API documentation.

This API exposes 7 operations across 2 paths, and defines 29 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 29 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-triggers 7

Test Triggers CRUD operations

GET
/triggers
List test triggers
listTestTriggers 2 params → 200400502
POST
/triggers
Create new test trigger
createTestTrigger body → 200400502
PATCH
/triggers
Bulk update test triggers
bulkUpdateTestTriggers body → 200400502
DELETE
/triggers
Delete test triggers
deleteTestTriggers 2 params → 204400404502
GET
/triggers/{id}
Get test trigger by ID
getTestTriggerByID 2 params → 200404502
PATCH
/triggers/{id}
Update test trigger
updateTestTrigger 3 params body → 200400404502
DELETE
/triggers/{id}
Delete test trigger
deleteTestTrigger 2 params → 204404502

Schemas 29

The contract defines 29 schemas that model the data the API accepts and returns. The most detailed are TestTrigger (21 properties), TestTriggerContentGit (15 properties), Problem (5 properties), TestTriggerSelector (5 properties). Each schema is shown below with its type and property counts.

Syncable
object
source information about resources that may have been synced from multiple sources. An empty source indicates that the source was the UI/API for backwards comp…
2 properties
TestTriggerConcurrencyPolicies
string
supported concurrency policies for test triggers
TestTriggerProbe
object
supported probe for test triggers
5 properties
TestTriggerUpsertRequest
object
test trigger create or update request body
4 required
TestTriggerContentGitPullRequest
object
Pull request trigger configuration for GitHub API polling.
3 properties
TestTriggerResources
string
supported kubernetes resources for test triggers
TestTriggerFieldOperator
string
supported comparison operators for TestTrigger match conditions
TestTriggerSelector
object
5 properties
TestTriggerProbeSpec
object
3 properties
TestTriggerContentSelector
object
1 property
TestTriggerFieldCondition
object
3 properties 2 required
TestTriggerConditionSpec
object
3 properties
ExecutionTarget
object
3 properties
TestWorkflowTagValue
object
tag values to pass to the test workflow execution
FieldRef
object
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels[' '], metadata.annotations[' '], spec.nodeName, spec.serviceAccountName…
2 properties 1 required
TestWorkflowConfigValue
object
configuration values to pass to the template
Source
string
synchronisation sources
TestTriggerActions
string
supported actions for test triggers
TestTrigger
object
21 properties 4 required
TestTriggerResourceRef
object
3 properties 1 required
Problem
object
problem response in case of error
5 properties
TestTriggerConditionStatuses
string
supported kubernetes condition statuses for test triggers
ObjectRef
object
2 properties 1 required
TestTriggerCondition
object
supported condition for test triggers
4 properties 2 required
TestTriggerContentGit
object
15 properties 1 required
ResourceFieldRef
object
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and…
3 properties 1 required
EnvVarSource
object
EnvVarSource represents a source for the value of an EnvVar.
4 properties
TestTriggerActionParameters
object
supported action parameters for test triggers
3 properties
TestTriggerExecutions
string
supported test resources for test triggers

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kubeshop-test-triggers-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