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

The secrets API from Kubeshop — 2 operation(s) for secrets.

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

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

This API exposes 5 operations across 2 paths, and defines 5 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://.

5 operations 2 paths 5 schemas 1 DELETE2 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 5

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

secrets 5
GET
/secrets
List secrets
listSecrets 2 params → 200403502
POST
/secrets
Create secret
createSecret body → 200400403502
DELETE
/secrets/{id}
Delete secret
deleteSecret 2 params → 204400403404502
PATCH
/secrets/{id}
Update secret
updateSecret 1 param body → 200400403404502
GET
/secrets/{id}
Get secret
getSecret 1 param → 200400403404502

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Secret (9 properties), SecretInput (6 properties), Problem (5 properties), SecretUpdate (4 properties). Each schema is shown below with its type and property counts.

SecretOwner
object
Resource that owns the secret
2 properties 2 required
Secret
object
Secret with keys
9 properties 2 required
SecretUpdate
object
Secret input information to update
4 properties
SecretInput
object
Secret input information
6 properties 2 required
Problem
object
problem response in case of error
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kubeshop-secrets-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 Status Pages API