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

Jetic Clusters API

Manage connected Kubernetes clusters

Jetic Clusters API is one of 5 APIs that Jetic publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 5 JSON Schema definitions.

Tagged areas include Clusters. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 5 JSON Schemas.

This API exposes 5 operations across 3 paths, and defines 3 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://app.us1.jetic.io/api/v1.

5 operations 3 paths 3 schemas 1 DELETE3 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://app.us1.jetic.io/api/v1
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Jetic Clusters API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (bearerAuth). By default, every request must be authenticated.

  • bearerAuth — JWT token obtained via the Jetic platform authentication.

Paths & Operations 5

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

Clusters 5

Manage connected Kubernetes clusters

GET
/clusters
Jetic List clusters
listClusters → 200401
POST
/clusters
Jetic Register a cluster
registerCluster body → 201400401
GET
/clusters/{clusterId}
Jetic Get cluster details
getCluster 1 param → 200401404
DELETE
/clusters/{clusterId}
Jetic Remove a cluster
removeCluster 1 param → 204401404
GET
/clusters/{clusterId}/status
Jetic Get cluster status
getClusterStatus 1 param → 200401404

Schemas 3

The contract defines 3 schemas that model the data the API accepts and returns. The most detailed are Cluster (8 properties), ClusterStatus (7 properties), ClusterCreate (3 properties). Each schema is shown below with its type and property counts.

ClusterCreate
object
3 properties 1 required
Cluster
object
8 properties
ClusterStatus
object
7 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

jetic-clusters-api-openapi.yml Raw ↑

Other APIs Jetic publishes across the network.

Jetic API Specifications API
Jetic Deployments API
Jetic Integrations API
Jetic Monitoring API